a simple footer
This commit is contained in:
@ -15,23 +15,15 @@ section {
|
||||
&:nth-of-type(even) {
|
||||
background-color: $light-grey;
|
||||
}
|
||||
}
|
||||
|
||||
footer {
|
||||
margin: 0;
|
||||
padding: 0 $gutter;
|
||||
&:last-of-type {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (min-width: 900px) {
|
||||
|
||||
section {
|
||||
padding: ($gutter * 2) calc((100% - 850px) / 2);
|
||||
width: 850px;
|
||||
}
|
||||
|
||||
footer {
|
||||
padding: 0 calc((100% - 850px) / 2);
|
||||
width: 850px;
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user