bias vertical padding toward bottom

This commit is contained in:
Benjamin Melançon 2019-08-10 09:08:53 -04:00
parent 5d079536f7
commit 76e187d983

View file

@ -46,7 +46,7 @@
// Slim down section vertical padding a bit. // Slim down section vertical padding a bit.
.section { .section {
padding: 1rem 1.5rem; padding: 0.5rem 1.5rem 1.5rem;
} }
// Give titles, from which we removed the Hero classes, the same padding // Give titles, from which we removed the Hero classes, the same padding