mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced 2024-12-26 14:59:44 +01:00
Add more vertical space before/after the content
This commit is contained in:
parent
bf3ea797ff
commit
6d780c24c4
@ -14,7 +14,7 @@ $layout-break: "(min-width: #{$column-width + $grace-space})";
|
|||||||
@media #{$layout-break} {
|
@media #{$layout-break} {
|
||||||
body {
|
body {
|
||||||
width: $column-width;
|
width: $column-width;
|
||||||
margin: 0 auto;
|
margin: 40px auto;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user