Spaces:
Running
Running
Commit
·
797a970
1
Parent(s):
01d6aa2
Update index.html
Browse files- index.html +2 -0
index.html
CHANGED
@@ -363,6 +363,8 @@ button:hover {
|
|
363 |
|
364 |
.downloads-options {
|
365 |
width: 180px;
|
|
|
|
|
366 |
align-items: center;
|
367 |
margin-bottom: 20px;
|
368 |
}
|
|
|
363 |
|
364 |
.downloads-options {
|
365 |
width: 180px;
|
366 |
+
display: flex;
|
367 |
+
justify-content: space-between;
|
368 |
align-items: center;
|
369 |
margin-bottom: 20px;
|
370 |
}
|