Better header distinction

This commit is contained in:
~erin 2022-03-05 14:24:11 -05:00
parent 65accef040
commit f0dabed8b7
No known key found for this signature in database
GPG Key ID: DA70E064A8C70F44
1 changed files with 1 additions and 16 deletions

View File

@ -24,6 +24,7 @@ box-shadow: 5px 5px 17px #060606,
}
.inner-section {
border-radius: 35px;
background: $background-color;
max-width: 18cm;
margin: 0 auto;
@ -31,19 +32,3 @@ box-shadow: 5px 5px 17px #060606,
padding: 2mm 3mm;
}
h1 {
font-size: 26px;
font-weight: normal; }
h2 {
font-size: 24px;
font-weight: normal;
margin-top: 1cm;
margin-bottom: 0; }
h3 {
font-size: 22px;
font-weight: normal;
margin-top: 1cm;
margin-bottom: 0;
}