PayloadsAllTheThings/custom.css

13 lines
177 B
CSS

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