From 7e368aaf1faeb15b9997ff955b40bae093cb5b9e Mon Sep 17 00:00:00 2001 From: Chris Date: Mon, 21 Nov 2016 12:02:52 +0200 Subject: [PATCH] Fix welcome image width --- www/assets/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/www/assets/style.css b/www/assets/style.css index 1e3a50f..370d4cf 100644 --- a/www/assets/style.css +++ b/www/assets/style.css @@ -36,6 +36,10 @@ md-card-content.terminal { text-align: center; } +.welcome > div > img { + max-width: 100%; +} + .g-recaptcha div { margin-left: auto; margin-right: auto;