1
0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2024-09-19 18:38:58 +02:00

Add more vertical space before/after the content

This commit is contained in:
Andrea Cardaci 2018-05-29 17:39:50 +02:00
parent bf3ea797ff
commit 6d780c24c4

View File

@ -14,7 +14,7 @@ $layout-break: "(min-width: #{$column-width + $grace-space})";
@media #{$layout-break} {
body {
width: $column-width;
margin: 0 auto;
margin: 40px auto;
}
}