feat: footer

This commit is contained in:
Spectralitree
2021-12-11 18:39:42 +01:00
parent 8df7979dd2
commit 91d9fd1a75
6 changed files with 29 additions and 6 deletions

View File

@@ -1,3 +1,9 @@
#app {
display: flex;
flex-direction: column;
min-height: 100vh;
}
.icon {
height: 1.5em;
width: 1.5em;
@@ -47,6 +53,10 @@ blockquote {
border-bottom: none !important;
}
.container {
flex: 1 0 auto !important;
}
.d-spoiler {
color: var(--bs-dark);
background-color: var(--bs-dark);