From 08d2ea04e9d238f1703ff1ae3f42aadae60bd46c Mon Sep 17 00:00:00 2001 From: Tekaoh <45337851+Tekaoh@users.noreply.github.com> Date: Fri, 27 Sep 2019 22:28:41 -0500 Subject: [PATCH] Fix mobile css --- assets/css/style.scss | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/assets/css/style.scss b/assets/css/style.scss index b5d2fb8..3a8ec73 100644 --- a/assets/css/style.scss +++ b/assets/css/style.scss @@ -48,3 +48,17 @@ img.bothan { a:hover{ color: #025; } + +@media print, screen and (max-width: 740px){ + body { + min-height: 100% + } + .wrapper { + width: 100% + } + header{ + p{ + width: 100% + } + } +}