Skip to content

Commit 81fe257

Browse files
committed
Tweak css
1 parent 52024b7 commit 81fe257

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

app/javascript/components/Eras.jsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ const Eras = () => {
9595
<div className="main-row">
9696
<span className="leftside-primary">
9797
<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>
9999
</span>
100100
<span className="leftside-secondary">
101101
{formatNumber(venues_count, "venue")}

app/javascript/stylesheets/application.css.scss

-1
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,6 @@ a {
145145
height: 100%;
146146
background-size: cover;
147147
background-repeat: no-repeat;
148-
background-attachment: fixed;
149148
filter: blur(100px);
150149
opacity: 0.8;
151150
z-index: 0;

app/javascript/stylesheets/content.css.scss

+2-2
Original file line numberDiff line numberDiff line change
@@ -240,6 +240,7 @@ main {
240240

241241
.cover-art {
242242
display: inline-block;
243+
margin-right: 0.2rem;
243244
}
244245

245246
.main-row {
@@ -306,7 +307,6 @@ main {
306307
white-space: nowrap;
307308
width: 10rem;
308309
margin-right: 0.5rem;
309-
flex-shrink: 0;
310310
}
311311

312312
.rightside-group {
@@ -547,7 +547,7 @@ main {
547547
}
548548
}
549549

550-
@media (max-width: 1199px) {
550+
@media (max-width: 768px) {
551551
.leftside-tertiary {
552552
display: none;
553553
}

0 commit comments

Comments
 (0)