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;