Skip to content

Commit

Permalink
fix scale ratio on mobile devides
Browse files Browse the repository at this point in the history
  • Loading branch information
acane77 committed Sep 23, 2023
1 parent 80d8621 commit 2c0f762
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/css/content_scale.css
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@
.box.scale-ratio-ratio--4 { width: 16.66666666%; }
.box.scale-ratio-ratio--3 { width: 20%; }
.box.scale-ratio-ratio--2 { width: 25%; }
.box.scale-ratio-ratio--1 { width: 50%; }
.box.scale-ratio-ratio--1 { width: 33.33333333%; }
.box.scale-ratio-ratio-1 { width: 100%; }
}

0 comments on commit 2c0f762

Please sign in to comment.