adjust margins for header items

This commit is contained in:
emma 2025-02-27 02:50:21 -05:00
parent 7159bc529c
commit 7f1ce46495

View File

@ -40,7 +40,6 @@ const backgroundColorNightMode = "#240046";
justify-content: center; justify-content: center;
align-items: center; align-items: center;
flex-wrap: wrap; flex-wrap: wrap;
gap: 0.75rem;
height: 10vh; height: 10vh;
width: 100vw; width: 100vw;
margin-bottom: 0.5rem; margin-bottom: 0.5rem;
@ -58,6 +57,14 @@ const backgroundColorNightMode = "#240046";
letter-spacing: 0.05rem; letter-spacing: 0.05rem;
} }
.header-heart-svg:nth-of-type(1) {
margin-left: 0.70rem;
}
.header-heart-svg:nth-of-type(4) {
margin-right: 1rem;
}
.header-heart-svg { .header-heart-svg {
height: 48px; height: 48px;
width: 48px; width: 48px;