Browse Source

Made powered text smaller

main
Anxhelo Lushka 6 years ago
parent
commit
cfb74fb917
No known key found for this signature in database GPG Key ID: 1FDB240321304A01
  1. 2
      _includes/contact.html
  2. 4
      _sass/_layout.scss

2
_includes/contact.html

@ -25,7 +25,7 @@
</div>
<div class="center pt-3">
<input class="button-submit" type="submit" value="Submit logo request">
<p class="pt-2">*Form powered by <a href="https://formspree.io" target="_blank" rel="noopener">Formspree.</a>
<p class="pt-1 size-14">*Form powered by <a href="https://formspree.io" target="_blank" rel="noopener">Formspree</a>
</div>
</form>
</div>

4
_sass/_layout.scss

@ -313,6 +313,10 @@
.align-left {
text-align: left;
}
.size-14 {
font-size: 14px;
}
.align-right {

Loading…
Cancel
Save