remove unused body component, adjust spacing when footer follows blocks with background color, etc
This commit is contained in:
@ -10,6 +10,10 @@
|
||||
&:nth-of-type(even) {
|
||||
background: var(--color-background);
|
||||
}
|
||||
|
||||
&:last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.heading {
|
||||
|
Reference in New Issue
Block a user