We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fac474 commit c2916a4Copy full SHA for c2916a4
app/assets/stylesheets/splats.css
@@ -3,9 +3,13 @@
3
}
4
5
.windshield {
6
- display: grid;
7
- grid-template-columns: repeat(auto-fit, minmax(15vw, 1fr));
8
- justify-items: center;
+ background-color: var(--color-subtle);
+ border-radius: 2em;
+ display: flex;
9
+ flex-wrap: wrap;
10
+ justify-content: center;
11
+ margin-block: clamp(var(--block-space), 3%, calc(var(--block-space) * 2));
12
+ padding-inline: clamp(var(--inline-space), 5%, calc(var(--inline-space) * 3));
13
14
> * {
15
flex-shrink: 1;
0 commit comments