diff options
Diffstat (limited to 'website/index.css')
-rw-r--r-- | website/index.css | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/website/index.css b/website/index.css index c3a7697b..ffe1c9a3 100644 --- a/website/index.css +++ b/website/index.css @@ -94,16 +94,11 @@ code { } #downloadInfo { - display: block; - position: absolute; - left: 50%; - top: 35px; font-size: 16px; - margin-left: -400px; } #downloadInfo p { - margin: 12px; + padding: 12px; } .downloadActions { |