Reworking bottom two sections of splash page

This commit is contained in:
Zachary Klosko 2020-05-30 19:55:33 -04:00
parent 9df3e80e52
commit 1247b76c8e
2 changed files with 53 additions and 32 deletions

View file

@ -290,7 +290,7 @@ padding: 10px 20px;
display: block;
top: 5px;
left: 5px;
z-index: 100000; // Above WP toolbar
z-index: 100000;
clip-path: none;
background-color: #eee;
padding: 15px 23px 14px;
@ -302,4 +302,19 @@ padding: 10px 20px;
font-size: 1em;
clip: auto !important;
}
}
/* Station Logos for Splash Page */
.station-logos img {
max-height: 200px;
max-width: 200px;
}
.station-logos-row {
display: flex;
}
.station-logos-col {
flex: 25%;
padding: 5px;
}