padding fix on projects

This commit is contained in:
Chuck Dries 2017-03-20 04:24:06 -07:00
parent 06497d7c8e
commit 2d42f7199c

View File

@ -124,6 +124,7 @@ body {
.project { .project {
transition-duration: .2s; transition-duration: .2s;
width: $width/2 - 10; width: $width/2 - 10;
padding: 0 0 1em 0;
border: 1px solid #aaa; border: 1px solid #aaa;
border-radius: 5px; border-radius: 5px;
overflow: hidden; overflow: hidden;