PayloadsAllTheThings/custom.css
2023-03-10 23:45:27 +01:00

18 lines
247 B
CSS

.md-header{
background-color: #023342;
}
@media screen and (min-width: 790px) {
.md-grid{
max-width: 100%;
}
.md-sidebar{
width: auto;
}
}
span.md-nav__icon.md-icon{
position: absolute;
right: 5px;
}