Update to site
This commit is contained in:
parent
3345fa5897
commit
b0bdfe2fe9
244 changed files with 11618 additions and 12 deletions
21
sass/oscailte/base/_footer.scss
Normal file
21
sass/oscailte/base/_footer.scss
Normal file
|
@ -0,0 +1,21 @@
|
|||
#page-wrap {
|
||||
min-height: 100%;
|
||||
margin-bottom: -$footer-height;
|
||||
&::after {
|
||||
content: "";
|
||||
display: block;
|
||||
height: $footer-height;
|
||||
}
|
||||
}
|
||||
|
||||
body > footer {
|
||||
@include box-shadow(0 0 3px rgba(0, 0, 0, 0.25));
|
||||
background-color: $footer-background;
|
||||
height: $footer-height;
|
||||
margin-top: 3em;
|
||||
}
|
||||
|
||||
.copyright {
|
||||
margin: 0;
|
||||
padding: 20px 0;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue