initial commit
This commit is contained in:
commit
5c664be9a8
55 changed files with 8825 additions and 0 deletions
20
assets/css/layout/_footer.scss
Normal file
20
assets/css/layout/_footer.scss
Normal file
|
@ -0,0 +1,20 @@
|
|||
.site-footer {
|
||||
grid-area: footer;
|
||||
display: block;
|
||||
width: 99%; /* Overflows right of viewport otherwise */
|
||||
position: fixed;
|
||||
bottom: 0;
|
||||
|
||||
& p {
|
||||
width: fit-content;
|
||||
margin: auto;
|
||||
background: $light;
|
||||
border: 2px solid black;
|
||||
padding: 0.4em;
|
||||
border-bottom: none;
|
||||
font-size: 0.6em;
|
||||
@include mq('desktop') {
|
||||
font-size: 1em;
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue