convert into Hugo module theme
This commit is contained in:
parent
b07a2a6cf5
commit
04abc92ae5
98 changed files with 2137 additions and 15971 deletions
23
assets/css/layout/_footer.scss
Normal file
23
assets/css/layout/_footer.scss
Normal file
|
@ -0,0 +1,23 @@
|
|||
.site-footer {
|
||||
grid-area: footer;
|
||||
display: block;
|
||||
inline-size: 100%;; /* Overflows right of viewport otherwise */
|
||||
position: fixed;
|
||||
inset-block-end: 0;
|
||||
|
||||
& p {
|
||||
text-align: center;
|
||||
background: $light;
|
||||
padding: 0.4em;
|
||||
margin-block-end: unset;
|
||||
border-block-end: none;
|
||||
font-size: 1em;
|
||||
border-block-start: 2px solid black;
|
||||
|
||||
@include mq("medium") {
|
||||
inline-size: fit-content;
|
||||
margin: auto;
|
||||
border-inline: 2px solid black;
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue