From 461f664d4ccf9e77caf89f0f2c5865951db4186c Mon Sep 17 00:00:00 2001 From: aggelosQQ Date: Sun, 2 Oct 2016 16:07:06 +0300 Subject: [PATCH] Enhanced mobile view --- css/main.css | 9 +++++++++ css/staff.css | 5 +++++ 2 files changed, 14 insertions(+) diff --git a/css/main.css b/css/main.css index df42184..ae083a6 100644 --- a/css/main.css +++ b/css/main.css @@ -248,4 +248,13 @@ i.rules-icon:hover { ::-webkit-scrollbar-thumb { border-radius: 10px; background: rgba(230,230,230,0.3); +} + + +@media only screen and (max-width: 768px) { +.cover-2 p, +.cover-2 h2 { + width: 100%; +} + } \ No newline at end of file diff --git a/css/staff.css b/css/staff.css index f424bf8..9d40fb6 100644 --- a/css/staff.css +++ b/css/staff.css @@ -62,4 +62,9 @@ h2 { font-family: 'Catamaran', sans-serif; font-size: 2em; font-weight: 200; +} + +@media only screen and (max-width: 768px) { + .admins { + width: 100%; } \ No newline at end of file