bias vertical padding toward bottom
This commit is contained in:
parent
5d079536f7
commit
76e187d983
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue