Spaces:
Running
Running
Update styles.css
Browse files- styles.css +1 -1
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;
|
|
|
196 |
}
|
197 |
|
198 |
.tabs {
|
199 |
+
display: flex-start;
|
200 |
justify-content: space-between;
|
201 |
border-bottom: 1px solid #ddd;
|
202 |
margin-bottom: 32px;
|