visual refinements for multi lineups

This commit is contained in:
2024-03-15 19:09:17 -05:00
parent f2371c6b5a
commit 832fb654ec
8 changed files with 151 additions and 130 deletions

View File

@@ -311,8 +311,8 @@ div[id^="event-lineup"] .Panel {
@media (max-width: 480px){
.Panel--full {
border-radius: 0;
margin-right: -16px;
margin-left: -16px;
// margin-right: -16px;
// margin-left: -16px;
border-right: none;
border-left: none;
}}
@@ -359,3 +359,7 @@ div[id^="event-lineup"] .Panel {
// border-bottom: 1px solid #d6d6d6;
margin: 0;
}
.scroll-horizontal {
overflow-x: scroll;
}