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

main
Óscar 6 months ago committed by GitHub
parent a089b7eea9
commit 823e2ba99b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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

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

Loading…
Cancel
Save