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

@@ -10,7 +10,7 @@ nav {
nav .nav-logo {
background-image: url(img/logo_text.png);
height: 100px;
height: 55px;
width: 200px;
margin: auto;
background-size: contain;
@@ -20,7 +20,7 @@ nav .nav-logo {
@media screen and (min-width: 992px) {
nav .nav-logo {
height: 250px;
height: 220px;
background-image: url(img/logo.png);
}
}