From 295382dc64908081e9fb12d3ff949e2caa32403e Mon Sep 17 00:00:00 2001 From: Chuck Dries Date: Thu, 16 Nov 2017 20:17:06 -0700 Subject: [PATCH] margin bottom --- css/style.css | 3 ++- sass/style.scss | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/css/style.css b/css/style.css index 26f256f..5493fdc 100644 --- a/css/style.css +++ b/css/style.css @@ -234,7 +234,8 @@ body { border-radius: 5px; overflow: hidden; box-shadow: 1px 1px 3px #ddd; - background: white; } + background: white; + margin-bottom: 20px; } .slide .project .cover { height: 14em; background-position: center center; diff --git a/sass/style.scss b/sass/style.scss index bdb6385..d2b7803 100644 --- a/sass/style.scss +++ b/sass/style.scss @@ -145,7 +145,7 @@ overflow: hidden; box-shadow: 1px 1px 3px #ddd; background: white; - // margin-bottom: 20px; + margin-bottom: 20px; .cover { height: 14em; background-position: center center;