Spaces:
Running
Running
Update styles.css
Browse files- styles.css +2 -2
styles.css
CHANGED
@@ -198,9 +198,7 @@ section::after {
|
|
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 |
|
@@ -214,6 +212,8 @@ section::after {
|
|
214 |
position: relative;
|
215 |
overflow: hidden;
|
216 |
background-color: #0d131f;
|
|
|
|
|
217 |
}
|
218 |
|
219 |
.tabs label:before{
|
|
|
198 |
.tabs {
|
199 |
display: inline-flex;
|
200 |
justify-content: space-between;
|
|
|
201 |
margin-bottom: 32px;
|
|
|
202 |
background-color: #0d131f;
|
203 |
}
|
204 |
|
|
|
212 |
position: relative;
|
213 |
overflow: hidden;
|
214 |
background-color: #0d131f;
|
215 |
+
margin-right: 10px;
|
216 |
+
border-radius: 5px;
|
217 |
}
|
218 |
|
219 |
.tabs label:before{
|