padding fix on projects
This commit is contained in:
parent
06497d7c8e
commit
2d42f7199c
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user