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;
|
@@ -130,7 +130,7 @@ body {
|
|
130 |
margin: 10px 0;
|
131 |
height: 50px;
|
132 |
width: 50px;
|
133 |
-
display:
|
134 |
justify-content: center;
|
135 |
align-items: center;
|
136 |
}
|
|
|
90 |
display: flex;
|
91 |
justify-content: space-between;
|
92 |
align-items: flex-start;
|
93 |
+
gap: 30; /* Tambahkan jarak antar elemen */
|
94 |
width: 100%;
|
95 |
margin: 20px 0;
|
96 |
flex-wrap: wrap;
|
|
|
130 |
margin: 10px 0;
|
131 |
height: 50px;
|
132 |
width: 50px;
|
133 |
+
display: block;
|
134 |
justify-content: center;
|
135 |
align-items: center;
|
136 |
}
|