Initial commit

This commit is contained in:
D. Rimron-Soutter
2025-11-13 16:59:49 +00:00
commit ea5dbcb05a
101 changed files with 15717 additions and 0 deletions

View File

@@ -0,0 +1,31 @@
#footer {
display: block;
background: $gray-200;
margin-top: auto !important;
padding-top: $spacer;
padding-bottom: $spacer * 3;
font-size: 0.75rem; // $font-size-xs;
a {
color: $gray-600;
text-decoration: none;
cursor: pointer;
&:hover {
color: $gray-800;
cursor: pointer;
}
}
ul {
list-style: none;
padding: 0;
margin: $spacer 0;
color: $gray-600;
li#footer-poweredbyico {
display: flex;
flex-direction: column;
}
}
}