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
|
// Article sections
|
||||||
section {
|
section {
|
||||||
padding: 6em 0;
|
padding: 3em 0;
|
||||||
|
|
||||||
&:nth-child(odd) {
|
&:nth-child(odd) {
|
||||||
background-color: $gray-lighter;
|
background-color: $gray-lighter;
|
||||||
}
|
}
|
||||||
|
|
|
@ -7,6 +7,10 @@ footer#footer {
|
||||||
a {
|
a {
|
||||||
color: lighten($brand-secondary, 25%);
|
color: lighten($brand-secondary, 25%);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
form {
|
||||||
|
margin-bottom: 2em;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.copyright {
|
.copyright {
|
||||||
|
|
Loading…
Reference in a new issue