Spaces:
Running
Running
Update styles.css
Browse files- styles.css +2 -5
styles.css
CHANGED
@@ -196,7 +196,7 @@ section::after {
|
|
196 |
}
|
197 |
|
198 |
.tabs {
|
199 |
-
display:
|
200 |
justify-content: space-between;
|
201 |
border-bottom: 1px solid #ddd;
|
202 |
margin-bottom: 32px;
|
@@ -246,14 +246,11 @@ section::after {
|
|
246 |
background-color: #090d14;
|
247 |
}
|
248 |
|
249 |
-
.tabs label:visited {
|
250 |
-
background-color: #090d14;
|
251 |
-
}
|
252 |
-
|
253 |
.tab-content {
|
254 |
display: none;
|
255 |
}
|
256 |
|
257 |
.tab-content.active {
|
258 |
display: block;
|
|
|
259 |
}
|
|
|
196 |
}
|
197 |
|
198 |
.tabs {
|
199 |
+
display: left;
|
200 |
justify-content: space-between;
|
201 |
border-bottom: 1px solid #ddd;
|
202 |
margin-bottom: 32px;
|
|
|
246 |
background-color: #090d14;
|
247 |
}
|
248 |
|
|
|
|
|
|
|
|
|
249 |
.tab-content {
|
250 |
display: none;
|
251 |
}
|
252 |
|
253 |
.tab-content.active {
|
254 |
display: block;
|
255 |
+
background-color: #090d14;
|
256 |
}
|