Skip to content

Commit

Permalink
Adjust margins between flags
Browse files Browse the repository at this point in the history
  • Loading branch information
pganssle committed Nov 26, 2023
1 parent 708c47a commit 4617e46
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _sass/_cim.scss
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ div.flag-wrapper {
margin-left: 0.5em;
margin-right: 0.5em;
align-self: stretch;
width: calc(33% - 1.2em);
width: calc(33% - 1.1em);
max-height: 30vh; // Fallback
max-height: 30dvh;

Expand All @@ -333,7 +333,7 @@ div.flag-wrapper.visible {
div.flag-wrapper.trainer {
margin: 0.25rem;
align-self: stretch;
width: calc(33% - 1.2em);
width: calc(33% - 0.6em);
}

div.flag-container.few > div.flag-wrapper {
Expand Down

0 comments on commit 4617e46

Please sign in to comment.