Dynamic sidebar logo
This commit is contained in:
@@ -8,6 +8,23 @@ nav {
|
||||
}
|
||||
}
|
||||
|
||||
nav .nav-logo {
|
||||
background-image: url(img/logo_text.png);
|
||||
height: 100px;
|
||||
width: 200px;
|
||||
margin: auto;
|
||||
background-size: contain;
|
||||
background-repeat: no-repeat;
|
||||
background-position: center;
|
||||
}
|
||||
|
||||
@media screen and (min-width: 992px) {
|
||||
nav .nav-logo {
|
||||
height: 250px;
|
||||
background-image: url(img/logo.png);
|
||||
}
|
||||
}
|
||||
|
||||
.oi {
|
||||
width: 2rem;
|
||||
font-size: 1.1rem;
|
||||
|
||||
Reference in New Issue
Block a user