Skip to content

Commit 6b36421

Browse files
author
LinuxJava7
committed
better hierachy for spacing
1 parent 2b74390 commit 6b36421

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

style.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ body {
5959
display: flex;
6060
flex-direction: column;
6161
min-height: 100vh;
62-
gap: 1rem;
62+
gap: 2rem;
6363
}
6464

6565
/* Typography */
@@ -160,7 +160,7 @@ a[href^="http"]:not(:has(.arrow)):not(:has(img)):not(:has(svg))::after {
160160
.cards {
161161
display: flex;
162162
flex-wrap: wrap;
163-
gap: var(--spacing);
163+
gap: 1.5rem;
164164
justify-content: center;
165165
align-content: flex-start;
166166
width: 100%;

0 commit comments

Comments
 (0)