Skip to content

Commit 306be78

Browse files
authored
Merge pull request #273 from numpy/bug/footer-padding
removes padding from p element in footer email
2 parents 9b47c61 + 6993c1b commit 306be78

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

static/css/styles.css

+4
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,10 @@ p {
211211
margin: 20px 25px;
212212
}
213213

214+
.footer-actions > p {
215+
padding-top: 0;
216+
}
217+
214218
.footer-actions p {
215219
margin: 0;
216220
color: #EEEEEE;

0 commit comments

Comments
 (0)