Adjust h1 and main heading spacing

This commit is contained in:
Helen Chong 2024-04-15 12:11:33 +08:00
parent d26383c4c9
commit 8ec0bf6da3
1 changed files with 4 additions and 3 deletions

View File

@ -131,8 +131,8 @@ h1 {
color: var(--clr-main-heading);
font-size: 2.2rem;
border-bottom: 0.18rem solid var(--clr-title-border);
margin-bottom: 1.2rem;
text-align: center;
padding-bottom: 0.3em;
margin-bottom: 0.5em;
}
h2, h3, h4, h5, h6 {
@ -269,6 +269,7 @@ main {
.main__header {
background-color: var(--clr-quote-bg);
text-align: center;
}
.article,
@ -686,4 +687,4 @@ main {
#f5a9b8 0 80%,
#5bcefa 0 100%
);
}
}