Padding and footer
This commit is contained in:
parent
8c6eedf232
commit
e12a552bbe
2 changed files with 6 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
|||
// Article sections
|
||||
section {
|
||||
padding: 6em 0;
|
||||
padding: 3em 0;
|
||||
|
||||
&:nth-child(odd) {
|
||||
background-color: $gray-lighter;
|
||||
}
|
||||
|
|
|
@ -7,6 +7,10 @@ footer#footer {
|
|||
a {
|
||||
color: lighten($brand-secondary, 25%);
|
||||
}
|
||||
|
||||
form {
|
||||
margin-bottom: 2em;
|
||||
}
|
||||
}
|
||||
|
||||
.copyright {
|
||||
|
|
Loading…
Reference in a new issue