Customize navigation sidebar

This commit is contained in:
Andre Beging
2025-03-27 09:16:41 +01:00
parent 8ea8130c69
commit 587287f965
10 changed files with 10 additions and 10 deletions

View File

@@ -9,7 +9,7 @@ nav {
.nav-logo {
background-image: url(img/logo_text.png);
height: 100px;
height: 55px;
width: 200px;
margin: auto;
background-size: contain;
@@ -17,7 +17,7 @@ nav {
background-position: center;
@media screen and (min-width: #{$breakpointM}px) {
height: 250px;
height: 220px;
background-image: url(img/logo.png);
}
}