Dynamic sidebar logo
This commit is contained in:
@@ -6,6 +6,21 @@ nav {
|
||||
@media screen and (min-width: #{$breakpointM}px) {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.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: #{$breakpointM}px) {
|
||||
height: 250px;
|
||||
background-image: url(img/logo.png);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.oi {
|
||||
|
||||
Reference in New Issue
Block a user