Correct font weights after font change

This commit is contained in:
Michał Gdula 2023-04-08 19:32:04 +00:00
parent 1f9f50d014
commit 359ab66a0a
11 changed files with 41 additions and 41 deletions

View file

@ -70,8 +70,8 @@
top: 0
font-size: 1.5rem
font-weight: 800
text-align: center
font-weight: 700
text-align: left
color: RGB($fg-white)
@ -81,8 +81,8 @@
width: 100%
font-size: 1rem
font-weight: 500
text-align: center
font-weight: 400
text-align: left
color: RGB($fg-white)
@ -96,7 +96,6 @@
a, .link
font-size: 1rem
font-weight: 500
text-align: center
line-height: 1
color: RGB($primary)

View file

@ -213,7 +213,7 @@
height: 95%
left: 0
bottom: calc(-100vh + 3.5rem)
bottom: -100vh
border-radius: $rad $rad 0 0