Skip to content

Commit

Permalink
Tweak css
Browse files Browse the repository at this point in the history
  • Loading branch information
jcraigk committed Nov 10, 2024
1 parent 52024b7 commit 81fe257
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion app/javascript/components/Eras.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ const Eras = () => {
<div className="main-row">
<span className="leftside-primary">
<CoverArt coverArtUrls={cover_art_urls} css="cover-art-small" />
<span className="text date">{period}</span>
<span className="text has-text-weight-bold">{period}</span>
</span>
<span className="leftside-secondary">
{formatNumber(venues_count, "venue")}
Expand Down
1 change: 0 additions & 1 deletion app/javascript/stylesheets/application.css.scss
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,6 @@ a {
height: 100%;
background-size: cover;
background-repeat: no-repeat;
background-attachment: fixed;
filter: blur(100px);
opacity: 0.8;
z-index: 0;
Expand Down
4 changes: 2 additions & 2 deletions app/javascript/stylesheets/content.css.scss
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,7 @@ main {

.cover-art {
display: inline-block;
margin-right: 0.2rem;
}

.main-row {
Expand Down Expand Up @@ -306,7 +307,6 @@ main {
white-space: nowrap;
width: 10rem;
margin-right: 0.5rem;
flex-shrink: 0;
}

.rightside-group {
Expand Down Expand Up @@ -547,7 +547,7 @@ main {
}
}

@media (max-width: 1199px) {
@media (max-width: 768px) {
.leftside-tertiary {
display: none;
}
Expand Down

0 comments on commit 81fe257

Please sign in to comment.