Skip to content
Snippets Groups Projects
Commit b5d6bb58 authored by tribut's avatar tribut :man_dancing:
Browse files

Merge branch 'small-screen-spacing' into 'main'

Fix spacing for very small screens

See merge request !2
parents bf68183c 06e77313
Branches
Tags
1 merge request!2Fix spacing for very small screens
Pipeline #36998 passed
......@@ -137,12 +137,13 @@
display: -webkit-box;
display: -ms-flexbox;
display: flex;
gap: 1em;
margin: 2em -.5em;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.main-grid > * {
margin: .5em;
box-sizing: border-box;
-ms-flex-preferred-size: 20em;
flex-basis: 20em;
-webkit-box-flex: 1;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment