mirror of
https://github.com/aurora-dot/pastel.codes.git
synced 2024-11-22 00:02:24 +00:00
Fixed smol bug
This commit is contained in:
parent
89ac57d469
commit
cf9d1c9381
@ -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%
|
||||
|
Loading…
Reference in New Issue
Block a user