File tree 3 files changed +3
-4
lines changed
3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ const Eras = () => {
95
95
< div className = "main-row" >
96
96
< span className = "leftside-primary" >
97
97
< CoverArt coverArtUrls = { cover_art_urls } css = "cover-art-small" />
98
- < span className = "text date " > { period } </ span >
98
+ < span className = "text has-text-weight-bold " > { period } </ span >
99
99
</ span >
100
100
< span className = "leftside-secondary" >
101
101
{ formatNumber ( venues_count , "venue" ) }
Original file line number Diff line number Diff line change 145
145
height : 100% ;
146
146
background-size : cover ;
147
147
background-repeat : no-repeat ;
148
- background-attachment : fixed ;
149
148
filter : blur (100px );
150
149
opacity : 0.8 ;
151
150
z-index : 0 ;
Original file line number Diff line number Diff line change @@ -240,6 +240,7 @@ main {
240
240
241
241
.cover-art {
242
242
display : inline-block ;
243
+ margin-right : 0.2rem ;
243
244
}
244
245
245
246
.main-row {
@@ -306,7 +307,6 @@ main {
306
307
white-space : nowrap ;
307
308
width : 10rem ;
308
309
margin-right : 0.5rem ;
309
- flex-shrink : 0 ;
310
310
}
311
311
312
312
.rightside-group {
@@ -547,7 +547,7 @@ main {
547
547
}
548
548
}
549
549
550
- @media (max-width : 1199 px ) {
550
+ @media (max-width : 768 px ) {
551
551
.leftside-tertiary {
552
552
display : none ;
553
553
}
You can’t perform that action at this time.
0 commit comments