commit 3b3c70581fbdbc3ab1602c9432aa0fea91d4334b parent 7fdb1f1cba5c501e316f0a379edfeb4c779c0e36 Author: Florian Dold <florian.dold@gmail.com> Date: Wed, 15 Feb 2017 11:48:14 +0100 Fix bad layout with some screen sizes Diffstat:
| M | styles.css | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/styles.css b/styles.css @@ -14,7 +14,7 @@ html { } .c_intro { - height: 97vh; + min-height: 97vh; } /* don't show the language selector in the dropdown on mobile devices,