Skip to content

Commit

Permalink
Fix responsive display on PATT Web
Browse files Browse the repository at this point in the history
  • Loading branch information
swisskyrepo committed Mar 10, 2023
1 parent f379b60 commit 084efe8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ You might also like the `Methodology and Resources` folder :
- [Windows - Persistence.md](https://github.com/swisskyrepo/PayloadsAllTheThings/blob/master/Methodology%20and%20Resources/Windows%20-%20Persistence.md)
- [Windows - Privilege Escalation.md](https://github.com/swisskyrepo/PayloadsAllTheThings/blob/master/Methodology%20and%20Resources/Windows%20-%20Privilege%20Escalation.md)
- [Windows - Using credentials.md](https://github.com/swisskyrepo/PayloadsAllTheThings/blob/master/Methodology%20and%20Resources/Windows%20-%20Using%20credentials.md)
- [CVE Exploits](https://github.com/swisskyrepo/PayloadsAllTheThings/blob/master/CVE%20Exploits)


You want more ? Check the [Books](https://github.com/swisskyrepo/PayloadsAllTheThings/blob/master/_LEARNING_AND_SOCIALS/BOOKS.md) and [Youtube videos](https://github.com/swisskyrepo/PayloadsAllTheThings/blob/master/_LEARNING_AND_SOCIALS/YOUTUBE.md) selections.
Expand Down
14 changes: 8 additions & 6 deletions custom.css
Original file line number Diff line number Diff line change
@@ -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;
}
}

0 comments on commit 084efe8

Please sign in to comment.