From cfb74fb917d26b8ed360fc2af534ecd193c67425 Mon Sep 17 00:00:00 2001 From: Anxhelo Lushka Date: Mon, 6 May 2019 14:53:00 +0200 Subject: [PATCH] Made powered text smaller --- _includes/contact.html | 2 +- _sass/_layout.scss | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/_includes/contact.html b/_includes/contact.html index 229202d..96f6570 100644 --- a/_includes/contact.html +++ b/_includes/contact.html @@ -25,7 +25,7 @@
-

*Form powered by Formspree. +

*Form powered by Formspree

diff --git a/_sass/_layout.scss b/_sass/_layout.scss index 644eff3..c41cd7d 100644 --- a/_sass/_layout.scss +++ b/_sass/_layout.scss @@ -313,6 +313,10 @@ .align-left { text-align: left; + } + + .size-14 { + font-size: 14px; } .align-right {