remove unused body component, adjust spacing when footer follows blocks with background color, etc
This commit is contained in:
@ -35,7 +35,7 @@ body {
|
||||
}
|
||||
|
||||
.site-main {
|
||||
padding: var(--spacing-sitepadding);
|
||||
padding: var(--spacing-sitepadding) var(--spacing-sitepadding) 0;
|
||||
min-height: 100vh;
|
||||
position: relative;
|
||||
animation: fadeUp .8s ease-out forwards;
|
||||
|
Reference in New Issue
Block a user