1
0
Fork 0
mirror of https://github.com/swisskyrepo/PayloadsAllTheThings.git synced 2024-05-05 20:16:13 +02:00
PayloadsAllTheThings/custom.css
2023-03-10 23:20:39 +01:00

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;
}
}