From 812a1784b2a15ffdd1bae0dc6c6f17524bb64bab Mon Sep 17 00:00:00 2001 From: Stefan Zermatten Date: Wed, 28 Jun 2017 09:27:24 +0200 Subject: [PATCH] Improved display of home page on smaller devices --- rpg-docs/client/views/home/intro/intro.css | 7 ++++++- rpg-docs/client/views/home/intro/intro.html | 6 +++--- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/rpg-docs/client/views/home/intro/intro.css b/rpg-docs/client/views/home/intro/intro.css index 75c5328e..cf6f52bc 100644 --- a/rpg-docs/client/views/home/intro/intro.css +++ b/rpg-docs/client/views/home/intro/intro.css @@ -21,10 +21,15 @@ max-width: 300px; padding: 16px; text-align: center; + min-width: 0; +} + +.intro .section .columns { + max-width: 100%; } .intro paper-button { - min-width: 200px; + flex-basis: 200px; } diff --git a/rpg-docs/client/views/home/intro/intro.html b/rpg-docs/client/views/home/intro/intro.html index bfd40f87..282b47ea 100644 --- a/rpg-docs/client/views/home/intro/intro.html +++ b/rpg-docs/client/views/home/intro/intro.html @@ -64,7 +64,7 @@
-
+
Guide
@@ -78,7 +78,7 @@
-
+
Discuss
@@ -91,7 +91,7 @@
-
+
Get involved