aboutsummaryrefslogtreecommitdiffstats
path: root/english/startpage.css
diff options
context:
space:
mode:
authorThomas Lange <lange@debian.org>2019-10-27 20:27:42 +0100
committerLaura Arjona Reina <larjona@debian.org>2019-12-13 19:41:57 +0100
commit4f2bc408d56c089942daf3e235c3e44a69d6ff78 (patch)
treed337ddbd46bd17be2e1b281119e7ddd657e3a818 /english/startpage.css
parent6a49ba072e506bfd5260c663ca05c93cd17ae18d (diff)
move download button down, make it smaller
using "width 5em" is better than percent for small screen width and when using larger fonts
Diffstat (limited to 'english/startpage.css')
-rw-r--r--english/startpage.css6
1 files changed, 3 insertions, 3 deletions
diff --git a/english/startpage.css b/english/startpage.css
index 50108849f59..da6fe14c13f 100644
--- a/english/startpage.css
+++ b/english/startpage.css
@@ -151,7 +151,7 @@ div .community {
}
.os-dl-btn {
- width: 50%;
+ width: 5em;
text-decoration: none;
}
@@ -162,14 +162,14 @@ div .community {
*/
.os-img-container .os-dl-btn {
position: absolute;
- top: 46%;
+ top: 82%;
left: 50%;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: #090909C0;
color: white;
font-size: 2.3em;
- padding: 16px 24px;
+ padding: 10px 40px;
border: none;
cursor: pointer;
border-radius: 10px;

© 2014-2024 Faster IT GmbH | imprint | privacy policy