️ fix: reduce main page header/list sizes (#375)

This commit is contained in:
Óscar 2024-09-01 22:15:15 +02:00 committed by GitHub
parent a089b7eea9
commit 823e2ba99b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 9 additions and 5 deletions

View File

@ -220,7 +220,7 @@ h1 {
margin-bottom: 0em;
margin-left: 0;
font-weight: 550;
font-size: 1.62em;
font-size: 1.62rem;
}
h2 {
@ -230,7 +230,7 @@ h2 {
margin-bottom: 0em;
margin-left: 0;
font-weight: 550;
font-size: 1.4em;
font-size: 1.4rem;
}
h3 {
@ -240,7 +240,7 @@ h3 {
margin-bottom: 0em;
margin-left: 0;
font-weight: 550;
font-size: 1.2em;
font-size: 1.2rem;
}
h4 {
@ -250,7 +250,7 @@ h4 {
margin-bottom: 0em;
margin-left: 0;
font-weight: 550;
font-size: 1em;
font-size: 1rem;
}
h5 {
@ -260,7 +260,7 @@ h5 {
margin-bottom: 0em;
margin-left: 0;
font-weight: normal;
font-size: 1em;
font-size: 1rem;
}
p {

View File

@ -16,6 +16,10 @@
font-size: 1.875rem;
line-height: 3rem;
li {
font-size: 1rem;
}
#home-banner-header {
margin: 0;
margin-bottom: 1rem;