Adding padding for notifications at the bottom of the comment stream.

This commit is contained in:
David Jay
2016-11-17 14:52:08 -05:00
parent 7165b179bc
commit c7d2a9a94f
+3 -1
View File
@@ -3,7 +3,9 @@ body {
font-family: 'Open Sans', sans-serif;
width: 100%;
font-size: 12px;
margin: 0;
margin: 0px;
padding: 0px 0px 50px 0px;
}
button {