adjust margins for header items
This commit is contained in:
parent
7159bc529c
commit
7f1ce46495
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user