PayloadsAllTheThings/custom.css

13 lines
177 B
CSS
Raw Normal View History

2023-03-10 21:14:22 +00:00
.md-header{
background-color: #023342;
}
2023-03-10 22:20:39 +00:00
@media screen and (min-width: 790px) {
.md-grid{
max-width: 100%;
}
.md-sidebar{
width: auto;
}
2023-03-10 21:14:22 +00:00
}