mirror of
https://github.com/swisskyrepo/PayloadsAllTheThings.git
synced 2026-01-07 19:00:36 -08:00
Fix responsive display on PATT Web
This commit is contained in:
14
custom.css
14
custom.css
@@ -1,11 +1,13 @@
|
||||
.md-sidebar{
|
||||
width: 35em;
|
||||
}
|
||||
|
||||
.md-header{
|
||||
background-color: #023342;
|
||||
}
|
||||
|
||||
.md-grid{
|
||||
max-width: 100%;
|
||||
@media screen and (min-width: 790px) {
|
||||
.md-grid{
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
.md-sidebar{
|
||||
width: auto;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user