margin bottom

This commit is contained in:
Chuck Dries 2017-11-16 20:17:06 -07:00
parent 0af48621ce
commit 295382dc64
2 changed files with 3 additions and 2 deletions

View File

@ -234,7 +234,8 @@ body {
border-radius: 5px; border-radius: 5px;
overflow: hidden; overflow: hidden;
box-shadow: 1px 1px 3px #ddd; box-shadow: 1px 1px 3px #ddd;
background: white; } background: white;
margin-bottom: 20px; }
.slide .project .cover { .slide .project .cover {
height: 14em; height: 14em;
background-position: center center; background-position: center center;

View File

@ -145,7 +145,7 @@
overflow: hidden; overflow: hidden;
box-shadow: 1px 1px 3px #ddd; box-shadow: 1px 1px 3px #ddd;
background: white; background: white;
// margin-bottom: 20px; margin-bottom: 20px;
.cover { .cover {
height: 14em; height: 14em;
background-position: center center; background-position: center center;