From a7685cbe9eb608f0fdab69777dcc10ec9de61e4e Mon Sep 17 00:00:00 2001 From: Andrea Cardaci Date: Tue, 29 May 2018 21:32:26 +0200 Subject: [PATCH] Polish home page layout --- _includes/bin_table.html | 2 +- assets/style.scss | 1 + index.md | 2 -- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/_includes/bin_table.html b/_includes/bin_table.html index 1f53a72..521c7bb 100644 --- a/_includes/bin_table.html +++ b/_includes/bin_table.html @@ -1,4 +1,4 @@ - +
diff --git a/assets/style.scss b/assets/style.scss index 32f8c56..87efb25 100644 --- a/assets/style.scss +++ b/assets/style.scss @@ -88,6 +88,7 @@ h2, h3, h4, h5, h5 { // binary list and search #bin-search { + margin-top: 50px; padding: 0.5em; width: 100%; box-sizing: border-box; diff --git a/index.md b/index.md index 266e162..4022b4a 100644 --- a/index.md +++ b/index.md @@ -13,6 +13,4 @@ This was inspired by the [LOLBins](https://github.com/api0cradle/LOLBAS) project GTFOBins aims to be a shared project where everyone can [contribute](/contribute/) with additional binaries and techniques. -## List of `{{ site.gtfobins | size }}` GTFOBins - {% include bin_table.html %}