banner and vertical-menu integration

This commit is contained in:
2021-07-03 17:54:16 +02:00
parent 4ca1618480
commit e77c886e3f
7 changed files with 118 additions and 106 deletions

View File

@@ -121,7 +121,7 @@ header {
div.navbar-collapse {
float: right;
}
@media (max-width: 768px) {
@media (max-width: 767px) {
& {
position: relative;
}
@@ -190,6 +190,19 @@ div.banner {
}
}
div.vertical-menu {
border-radius: 0;
margin-top: 0.5rem;
a.list-group-item {
background-color: $info;
border: 0;
margin-bottom: 0.25rem;
&:hover {
background-color: shade-color($info, 5%)
}
}
}
footer.footer {
background: $dark;
padding-top: 10px;