From 89d890acf05dd3bbac184b8808c9a4779003144f Mon Sep 17 00:00:00 2001 From: Cade Scroggins Date: Sun, 2 Oct 2016 11:21:06 -0700 Subject: [PATCH] fix padding on overflow page --- index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index fdb5fc3..e6bce6f 100644 --- a/index.html +++ b/index.html @@ -65,6 +65,7 @@ ul, li { + margin: 0; padding: 0; list-style: none; } @@ -78,13 +79,11 @@ left: 0; width: 100%; height: 100%; - padding: 10px; transition: 200ms; background: #222; visibility: hidden; opacity: 0; z-index: 1; - overflow: auto; } .overlay[data-toggled='true'] { @@ -96,12 +95,13 @@ display: flex; justify-content: center; flex-wrap: wrap; + padding-bottom: 20px; overflow: auto; } .category { width: 160px; - margin: 10px; + margin: 20px 10px 0; } .category-name {