Skip to content

Commit

Permalink
Fixed image alignment on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
merill committed Apr 7, 2024
1 parent f3d4f8e commit aec1a3b
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions website/src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -122,9 +122,11 @@ img.rounded-corners {
}

/* Feature image */
.FeatureImageLeft {
max-width: 550px;
margin: -20px -60px !important;
@media only screen and (min-width: 481px) {
.FeatureImageLeft {
max-width: 550px;
margin: -20px -60px !important;
}
}

.FeatureImageRight {
Expand Down

0 comments on commit aec1a3b

Please sign in to comment.