remove border from panel on full width

This commit is contained in:
2024-03-09 16:41:54 -06:00
parent 450499d9aa
commit 3a95ca4b74

View File

@@ -302,6 +302,8 @@ div[id^="event-lineup"] .Panel {
border-radius: 0;
margin-right: -16px;
margin-left: -16px;
border-right: none;
border-left: none;
}}
.lineup-email {