Spaces:
Running
Running
Commit
·
147f100
1
Parent(s):
cda630e
Update index.html
Browse files- index.html +3 -2
index.html
CHANGED
|
@@ -362,8 +362,9 @@ button:hover {
|
|
| 362 |
margin-bottom: 30px;
|
| 363 |
}
|
| 364 |
|
| 365 |
-
.downloads-options {
|
| 366 |
-
|
|
|
|
| 367 |
align-items: center;
|
| 368 |
margin-bottom: 20px;
|
| 369 |
}
|
|
|
|
| 362 |
margin-bottom: 30px;
|
| 363 |
}
|
| 364 |
|
| 365 |
+
.downloads-options {
|
| 366 |
+
display: flex;
|
| 367 |
+
justify-content: space-between;
|
| 368 |
align-items: center;
|
| 369 |
margin-bottom: 20px;
|
| 370 |
}
|