Made the Home font size smaller

This commit is contained in:
Mathias Wagner 2023-05-30 19:18:32 +02:00
parent 843ade9f24
commit 376c2f3ce6
Signed by: Mathias
GPG Key ID: B8DC354B0A1F5B44
3 changed files with 7 additions and 6 deletions

View File

@ -8,11 +8,11 @@
margin-bottom: 1.5rem margin-bottom: 1.5rem
svg svg
font-size: 26pt font-size: 24pt
color: $primary color: $primary
h1 h1
margin: 0 margin: 0
font-size: 28pt font-size: 24pt
font-weight: 900 font-weight: 900
color: $primary color: $primary

View File

@ -14,12 +14,13 @@
cursor: pointer cursor: pointer
svg svg
font-size: 24pt font-size: 22pt
h1 h1
margin: 0 margin: 0
font-size: 22pt
p p
font-size: 22pt font-size: 20pt
font-weight: 500 font-weight: 500
margin: 0 margin: 0

View File

@ -1,13 +1,13 @@
@import "@/common/styles/colors" @import "@/common/styles/colors"
.home-header .home-header
font-size: 86pt font-size: 72pt
margin: 0 margin: 0
color: $white color: $white
font-weight: 900 font-weight: 900
.home-subtext .home-subtext
font-size: 19pt font-size: 18pt
color: $white color: $white
font-weight: 600 font-weight: 600
margin: 0 margin: 0