Compare commits
1 Commits
v0.1.8
...
5e95f22245
Author | SHA1 | Date | |
---|---|---|---|
5e95f22245 |
@@ -190,6 +190,10 @@ input[type="submit"] {
|
|||||||
&.no-padding {
|
&.no-padding {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&:has(+ .content.footer) {
|
||||||
|
padding-bottom: 3em;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.overflow-x {
|
.overflow-x {
|
||||||
@@ -231,9 +235,13 @@ input[type="submit"] {
|
|||||||
.content.footer {
|
.content.footer {
|
||||||
background: var(--primary-dark);
|
background: var(--primary-dark);
|
||||||
color: var(--color-text);
|
color: var(--color-text);
|
||||||
margin-top: .5em;
|
|
||||||
padding: .25em 1em;
|
padding: .25em 1em;
|
||||||
|
|
||||||
|
position: fixed;
|
||||||
|
bottom: 0;
|
||||||
|
left: 0;
|
||||||
|
right: 0;
|
||||||
|
|
||||||
a {
|
a {
|
||||||
color: var(--color-text);
|
color: var(--color-text);
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
|
@@ -14,7 +14,7 @@
|
|||||||
<link rel="canonical" href="<%= page.canonical%>"/>
|
<link rel="canonical" href="<%= page.canonical%>"/>
|
||||||
<% } %>
|
<% } %>
|
||||||
<link rel="shortcut icon" href="/assets/svg/favicon.svg">
|
<link rel="shortcut icon" href="/assets/svg/favicon.svg">
|
||||||
<link rel="stylesheet" href="/assets/css/styles.css?v3">
|
<link rel="stylesheet" href="/assets/css/styles.css?v4">
|
||||||
<script nonce="<%= cspNonce %>">
|
<script nonce="<%= cspNonce %>">
|
||||||
document.addEventListener("DOMContentLoaded", function() {
|
document.addEventListener("DOMContentLoaded", function() {
|
||||||
document.body.classList.remove('preload');
|
document.body.classList.remove('preload');
|
||||||
|
Reference in New Issue
Block a user