Initial commit

This commit is contained in:
Nathan Schneider
2021-03-14 16:34:32 -06:00
commit 11c6212fb7
127 changed files with 9425 additions and 0 deletions

View File

@ -0,0 +1,15 @@
.shadow {
box-shadow: 0px 1px 12px rgba(0, 0, 0, 0.176);
}
.shortcuts {
width: 100%;
text-align: center;
}
.shortcuts a {
display: inline-block;
min-width: 20%;
text-align: center;
}