mirror of
https://github.com/swisskyrepo/PayloadsAllTheThings.git
synced 2024-11-10 07:04:22 +00:00
13 lines
No EOL
177 B
CSS
13 lines
No EOL
177 B
CSS
.md-header{
|
|
background-color: #023342;
|
|
}
|
|
|
|
@media screen and (min-width: 790px) {
|
|
.md-grid{
|
|
max-width: 100%;
|
|
}
|
|
|
|
.md-sidebar{
|
|
width: auto;
|
|
}
|
|
} |