File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 137137
138138 .shows-grid .upcoming {
139139 display : flex;
140- justify-content : center;
140+ flex-direction : column;
141+ gap : 16px ;
142+ max-width : 500px ;
143+ margin : 0 auto;
141144 }
142145
143146 .shows-grid .upcoming .show-card {
144- max-width : 350 px ;
147+ max-width : 100 % ;
145148 }
146149
147150 .show-card {
@@ -646,18 +649,18 @@ <h1>SAYLESS</h1>
646649 < section id ="shows " class ="section ">
647650 < h2 class ="section-header "> UPCOMING</ h2 >
648651 < div class ="shows-grid upcoming ">
649- < p
650- style ="
651- font-family: "StencilGothic", sans-serif;
652- letter-spacing: 2px;
653- color: #666;
654- font-size: 1.1rem;
655- text-align: center;
656- padding: 40px 20px;
657- "
658- >
659- STAY TUNED...
660- </ p >
652+ < div class =" show-card " style =" border: 1px solid #333; padding: 24px; " >
653+ < div class =" show-info " style ="padding: 0; " >
654+ < div class =" show-date " style =" font-size: 1.5rem; letter-spacing: 4px; margin-bottom: 8px; color: white; " > APR 4 </ div >
655+ < div class =" show-venue " > MAYAN WARRIOR PREGAME @ STARDUST GARAGE </ div >
656+ </ div >
657+ </ div >
658+ < div class =" show-card " style =" border: 1px solid #333; padding: 24px; " >
659+ < div class =" show-info " style =" padding: 0; " >
660+ < div class =" show-date " style =" font-size: 1.5rem; letter-spacing: 4px; margin-bottom: 8px; color: white; " > APR 24 </ div >
661+ < div class =" show-venue " > SAYLESS & KODY SUN @ STARDUST GARAGE </ div >
662+ </ div >
663+ </ div >
661664 </ div >
662665
663666 < h2 class ="section-header past-header "> PAST SHOWS</ h2 >
You can’t perform that action at this time.
0 commit comments