initial commit ;)

This commit is contained in:
Will Baumbach
2020-04-21 20:51:21 -04:00
parent ec9f05e7e1
commit 917d369990
71 changed files with 382 additions and 38 deletions

View File

@@ -0,0 +1,16 @@
.container {
margin-top: 2em;
}
.alert {
text-align: center;
}
.center {
display: flex;
justify-content: center;
}
.sticky-card {
max-height: 50%;
width: 100%;
}