Update sources

This commit is contained in:
Madison Scott-Clary
2019-11-20 16:21:26 -08:00
parent 6eebfc3939
commit 4492712d40
2 changed files with 38 additions and 10 deletions

View File

@ -12,7 +12,18 @@
.third {
flex: 1 0 30%;
padding: 0.5rem;
min-width: 300px;
min-width: 200px;
ul {
list-style-type: none;
margin: 0;
padding: 0;
li {
margin: 0;
padding: 0.5rem 0;
}
}
}
.small {