Shoemaker rework

This commit is contained in:
Cory LaViska
2021-02-26 09:09:13 -05:00
parent 4eeeffc493
commit fe45f2159f
202 changed files with 6778 additions and 19633 deletions

View File

@@ -1,13 +1,13 @@
.theme-toggle {
position: fixed;
top: .5rem;
right: .5rem;
top: 0.5rem;
right: 0.5rem;
z-index: 100;
}
@media screen and (max-width: 768px) {
.theme-toggle {
top: .25rem;
right: .25rem;
top: 0.25rem;
right: 0.25rem;
}
}