From c474c4082b3b3701b10523f3ae7c01fb47bb4654 Mon Sep 17 00:00:00 2001 From: Felix Lange Date: Tue, 15 Nov 2016 11:56:24 +0100 Subject: [PATCH] fix switch between mobile/desktop design --- index.html | 16 +++++----------- static/styles/custom/home.css | 6 +++--- 2 files changed, 8 insertions(+), 14 deletions(-) diff --git a/index.html b/index.html index f1b208849..e7ec0dd24 100644 --- a/index.html +++ b/index.html @@ -46,17 +46,11 @@
-
-
-
-
-

Go Ethereum

-

Official Go implementation of the Ethereum protocol

-
- View on GitHub - Chat on Gitter -
-
+

Go Ethereum

+

Official Go implementation of the Ethereum protocol

+
+ View on GitHub + Chat on Gitter
diff --git a/static/styles/custom/home.css b/static/styles/custom/home.css index 5c1239844..f266eb498 100644 --- a/static/styles/custom/home.css +++ b/static/styles/custom/home.css @@ -29,6 +29,9 @@ .mascot-mobile { display: none; } + .hide-on-small-screen { + display: block; + } .featurette-heading { font-size: 50px; } @@ -38,7 +41,4 @@ .featurette-image { margin-top: 30px; } - .hide-on-small-screen { - display: block; - } }