Spaces:
Running
Running
Update styles.css
Browse files- styles.css +1 -1
styles.css
CHANGED
@@ -204,7 +204,7 @@ section::after {
|
|
204 |
.tabs {
|
205 |
display: flex;
|
206 |
justify-content: space-between;
|
207 |
-
margin-bottom:
|
208 |
background-color: #0d131f;
|
209 |
}
|
210 |
|
|
|
204 |
.tabs {
|
205 |
display: flex;
|
206 |
justify-content: space-between;
|
207 |
+
margin-bottom: 10px;
|
208 |
background-color: #0d131f;
|
209 |
}
|
210 |
|