We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b74390 commit 6b36421Copy full SHA for 6b36421
style.css
@@ -59,7 +59,7 @@ body {
59
display: flex;
60
flex-direction: column;
61
min-height: 100vh;
62
- gap: 1rem;
+ gap: 2rem;
63
}
64
65
/* Typography */
@@ -160,7 +160,7 @@ a[href^="http"]:not(:has(.arrow)):not(:has(img)):not(:has(svg))::after {
160
.cards {
161
162
flex-wrap: wrap;
163
- gap: var(--spacing);
+ gap: 1.5rem;
164
justify-content: center;
165
align-content: flex-start;
166
width: 100%;
0 commit comments