Removed zero padding in bottom of sections

This commit is contained in:
Simon Busborg
2015-06-29 18:33:08 +02:00
parent 5735a39af1
commit a4dc2d9703
+1 -1
View File
@@ -32,7 +32,7 @@ p, li {
// Element based
section {
padding: 20px 0 0;
padding: 20px 0;
}
.user {