Spaces:
Running
Running
Update style.css
Browse files
style.css
CHANGED
@@ -90,7 +90,7 @@ body {
|
|
90 |
display: flex;
|
91 |
justify-content: space-between;
|
92 |
align-items: flex-start;
|
93 |
-
gap:
|
94 |
width: 100%;
|
95 |
margin: 20px 0;
|
96 |
flex-wrap: wrap;
|
|
|
90 |
display: flex;
|
91 |
justify-content: space-between;
|
92 |
align-items: flex-start;
|
93 |
+
gap: 20; /* Tambahkan jarak antar elemen */
|
94 |
width: 100%;
|
95 |
margin: 20px 0;
|
96 |
flex-wrap: wrap;
|