change Header styling to shrink its size
This commit is contained in:
@@ -13,7 +13,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
nav.main {
|
nav.main {
|
||||||
height: 6rem;
|
height: 4rem;
|
||||||
background-color: var(--black1);
|
background-color: var(--black1);
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
@@ -24,11 +24,11 @@ nav.main {
|
|||||||
color: white;
|
color: white;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
font-family: "Lexend", sans-serif;
|
font-family: "Lexend", sans-serif;
|
||||||
font-size: 24px;
|
// font-size: 16px;
|
||||||
}
|
}
|
||||||
.logo {
|
.logo {
|
||||||
margin: 0 1rem 0 2.3rem;
|
margin: 0 1rem 0 1rem;
|
||||||
--size: 6rem;
|
--size: 4rem;
|
||||||
width: var(--size);
|
width: var(--size);
|
||||||
height: var(--size);
|
height: var(--size);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user