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

Fix spacing for very small screens

parent bf68183c
Branches
Tags
1 merge request!2Fix spacing for very small screens
...@@ -137,12 +137,13 @@ ...@@ -137,12 +137,13 @@
display: -webkit-box; display: -webkit-box;
display: -ms-flexbox; display: -ms-flexbox;
display: flex; display: flex;
gap: 1em;
margin: 2em -.5em; margin: 2em -.5em;
-ms-flex-wrap: wrap; -ms-flex-wrap: wrap;
flex-wrap: wrap; flex-wrap: wrap;
} }
.main-grid > * { .main-grid > * {
margin: .5em; box-sizing: border-box;
-ms-flex-preferred-size: 20em; -ms-flex-preferred-size: 20em;
flex-basis: 20em; flex-basis: 20em;
-webkit-box-flex: 1; -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