Skip to content

Commit

Permalink
Fix images to all have the same height, not the same width.
Browse files Browse the repository at this point in the history
  • Loading branch information
Bonkles committed Oct 7, 2021
1 parent 05a828c commit a1d3ce7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions css/80_app_fb.css
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@ button.rapid-features.layer-off use {
}

.rapid-image-strip .image {
max-width: 10vw;
max-height: 7vw;
}

.rapid-image-strip-highlight {
Expand All @@ -379,8 +379,8 @@ button.rapid-features.layer-off use {
}

@keyframes enlarge {
from { max-width: 10vw }
to { max-width: 20vw }
from { max-height: 7vw }
to { max-height: 14vw }
}

/* For things that should stack in rows */
Expand Down

0 comments on commit a1d3ce7

Please sign in to comment.