Skip to content

Commit e41bbe5

Browse files
committed
Make Download and API buttons on homepage wider
They get covered up on narrow viewports like phones.
1 parent 28354f0 commit e41bbe5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

resources/css/main.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1950,7 +1950,7 @@ a.central-btn.api {
19501950
}
19511951

19521952
.download {
1953-
left: 240px;
1953+
left: 120px;
19541954
top: 145px;
19551955
}
19561956

@@ -1981,7 +1981,7 @@ a.for-platform {
19811981

19821982
.api {
19831983
text-align: right;
1984-
right: 240px;
1984+
right: 120px;
19851985
top: 145px;
19861986
}
19871987

0 commit comments

Comments
 (0)