mirror of
https://github.com/swisskyrepo/PayloadsAllTheThings.git
synced 2024-12-18 10:26:09 +00:00
18 lines
247 B
CSS
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;
|
|
} |