Spaces:
Running
Running
Update styles.css
Browse files- styles.css +2 -0
styles.css
CHANGED
@@ -198,7 +198,9 @@ section::after {
|
|
198 |
.tabs {
|
199 |
display: inline-flex;
|
200 |
justify-content: space-between;
|
|
|
201 |
margin-bottom: 32px;
|
|
|
202 |
background-color: #0d131f;
|
203 |
}
|
204 |
|
|
|
198 |
.tabs {
|
199 |
display: inline-flex;
|
200 |
justify-content: space-between;
|
201 |
+
margin-right: 10px;
|
202 |
margin-bottom: 32px;
|
203 |
+
border-radius: 5px;
|
204 |
background-color: #0d131f;
|
205 |
}
|
206 |
|