Front-page work, RT work

This commit is contained in:
Madison Scott-Clary
2019-11-02 15:19:29 -07:00
parent d48768b361
commit c283230b4b
17 changed files with 941 additions and 6 deletions

View File

@ -1331,6 +1331,21 @@ ul.pagination .page-item.active a {
margin: 0.5rem 1rem;
display: inline-block; }
.front-flex {
display: flex;
flex-wrap: wrap;
align-items: stretch; }
.front-flex .hero {
display: flex;
background-color: rgba(255, 255, 255, 0.1);
padding: 1rem; }
.front-flex .small {
flex: 1 1 38%;
padding: 0.5rem; }
.front-flex .large {
flex: 1 1 61%;
padding: 0.5rem; }
/* = = = = = = = = = = Media = = = = = = = = = = */
/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {