diff options
Diffstat (limited to 'website/index.css')
-rw-r--r-- | website/index.css | 22 |
1 files changed, 21 insertions, 1 deletions
diff --git a/website/index.css b/website/index.css index 5a3c0a68..b89e65cb 100644 --- a/website/index.css +++ b/website/index.css @@ -52,7 +52,8 @@ h1 { height: 30px; line-height: 30px; font-size: 14px; - text-align: center + text-align: center; + clear: both; } .button { @@ -146,3 +147,22 @@ code { font-style: normal; font-weight: bold; } + +.downloadHelp { + margin: 32px 16px 32px 0px; +} + +.downloadHelp .platform { + font-size: 1.2em; + font-weight: bold; + padding-right: 32px; +} + +.stableLink { + font-size: 1.5em; + margin-bottom: 16px; +} + +.edgeLink { + margin-bottom: 16px; +} |