From d639789d1ff501d612f742a17ec1f3d0b1db1310 Mon Sep 17 00:00:00 2001 From: louis-lau Date: Wed, 6 Jun 2018 00:06:59 +0200 Subject: [PATCH] Fix mobile app links and add legal --- css/style.css | 21 +++++++++++++++++++++ index.html | 50 +++++++++++++++++++++++++++----------------------- 2 files changed, 48 insertions(+), 23 deletions(-) diff --git a/css/style.css b/css/style.css index d108f117e..48172d4d3 100644 --- a/css/style.css +++ b/css/style.css @@ -274,12 +274,33 @@ ol { background: #000; } +.badges { + display: inline-block; + width: 200px; +} + +.badges img { + max-width: 100%; + height: auto; +} + +.apple-badge img { + width: 88%; + margin: 6%; +} + .madeby-container { padding: 150px 0; color: #000; background: #fff; } +.legal { + font-size: 12px; + margin: 50px 0 30px 0; + color: #a0a0a0; +} + /* Fancy css loader */ .loader { position: relative; diff --git a/index.html b/index.html index 718b4491c..778f07c44 100644 --- a/index.html +++ b/index.html @@ -133,18 +133,17 @@

I'm ready. How do I install it?

Here you go! - -
- - Get it on Google Play -
- -
- - Get it on App Store -
- - + +
+

There's also a mobile app!

+ + Get it on the App Store + + + Get it on Google Play + +
+

Who made this? Can I thank them?

@@ -171,21 +170,26 @@ Report an issue
+ - - - - + + + + - + \ No newline at end of file