Front-page work, RT work

This commit is contained in:
Madison Scott-Clary
2019-11-02 15:53:39 -07:00
parent c283230b4b
commit 002e7a5531
4 changed files with 70 additions and 16 deletions

View File

@ -9,6 +9,11 @@
padding: 1rem;
}
.third {
flex: 1 1 30%;
padding: 0.5rem;
}
.small {
flex: 1 1 38%;
padding: 0.5rem;
@ -18,4 +23,8 @@
flex: 1 1 61%;
padding: 0.5rem;
}
.odd {
background-color: rgba(255, 255, 255, 0.05);
}
}