From cf9d1c9381aff4527fc5a425bca9bfef1999be0f Mon Sep 17 00:00:00 2001 From: Esther Date: Tue, 23 Jun 2020 19:21:04 +0100 Subject: [PATCH] Fixed smol bug --- public/stylesheets/style.sass | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/public/stylesheets/style.sass b/public/stylesheets/style.sass index e3207ab..585d434 100644 --- a/public/stylesheets/style.sass +++ b/public/stylesheets/style.sass @@ -23,14 +23,14 @@ body color: $pink h1 - font-family: "Gilroy", sans-serif + font-family: "Gilroy" h2 font-weight: bold - font-family: "Apercu Mono", monospace + font-family: "Apercu Mono" p - font-family: "Apercu Mono", monospace + font-family: "Apercu Mono" a:hover color: $green @@ -47,7 +47,7 @@ header a span font-size: 2rem - font-family: 'Titling Gothic FB', sans-serif + font-family: 'Titling Gothic FB' color: $pink #navbarSupportedContent23 @@ -61,7 +61,7 @@ header span transition: 0.2s color: $black - font-family: "Apercu Mono", monospace + font-family: "Apercu Mono" li:hover background-color: $black @@ -183,7 +183,7 @@ footer .ham.open span:nth-child(1) top: 11px - width: 0% + width: 0 left: 50% .ham.open span:nth-child(2) @@ -198,7 +198,7 @@ footer -o-transform: rotate(-45deg) transform: rotate(-45deg) -.ham.open span:nth-child(4)none +.ham.open span:nth-child(4) top: 11px width: 0 left: 50%