Adjust heading wrapper flex gap

This commit is contained in:
Helen Chong 2024-04-18 12:27:54 +08:00
parent 87f1aafe4f
commit 9ca6c6f012
1 changed files with 1 additions and 1 deletions

View File

@ -328,7 +328,7 @@ main {
/* HEADING WRAPPER AND ANCHOR */
.heading-wrapper {
display: flex;
gap: 0.5em;
gap: 0.3em;
margin-top: 1.5rem;
align-items: baseline;
}