Fixed smol bug

This commit is contained in:
Esther 2020-06-23 19:21:04 +01:00
parent 89ac57d469
commit cf9d1c9381
No known key found for this signature in database
GPG Key ID: 162A307C5EBD40EA

View File

@ -23,14 +23,14 @@ body
color: $pink color: $pink
h1 h1
font-family: "Gilroy", sans-serif font-family: "Gilroy"
h2 h2
font-weight: bold font-weight: bold
font-family: "Apercu Mono", monospace font-family: "Apercu Mono"
p p
font-family: "Apercu Mono", monospace font-family: "Apercu Mono"
a:hover a:hover
color: $green color: $green
@ -47,7 +47,7 @@ header
a a
span span
font-size: 2rem font-size: 2rem
font-family: 'Titling Gothic FB', sans-serif font-family: 'Titling Gothic FB'
color: $pink color: $pink
#navbarSupportedContent23 #navbarSupportedContent23
@ -61,7 +61,7 @@ header
span span
transition: 0.2s transition: 0.2s
color: $black color: $black
font-family: "Apercu Mono", monospace font-family: "Apercu Mono"
li:hover li:hover
background-color: $black background-color: $black
@ -183,7 +183,7 @@ footer
.ham.open span:nth-child(1) .ham.open span:nth-child(1)
top: 11px top: 11px
width: 0% width: 0
left: 50% left: 50%
.ham.open span:nth-child(2) .ham.open span:nth-child(2)
@ -198,7 +198,7 @@ footer
-o-transform: rotate(-45deg) -o-transform: rotate(-45deg)
transform: rotate(-45deg) transform: rotate(-45deg)
.ham.open span:nth-child(4)none .ham.open span:nth-child(4)
top: 11px top: 11px
width: 0 width: 0
left: 50% left: 50%