Padding and footer

This commit is contained in:
Oleg Lavrovsky 2017-05-03 23:13:36 +02:00
parent 8c6eedf232
commit e12a552bbe
2 changed files with 6 additions and 1 deletions

View file

@ -1,6 +1,7 @@
// Article sections // Article sections
section { section {
padding: 6em 0; padding: 3em 0;
&:nth-child(odd) { &:nth-child(odd) {
background-color: $gray-lighter; background-color: $gray-lighter;
} }

View file

@ -7,6 +7,10 @@ footer#footer {
a { a {
color: lighten($brand-secondary, 25%); color: lighten($brand-secondary, 25%);
} }
form {
margin-bottom: 2em;
}
} }
.copyright { .copyright {