From 81f02231c827826f328a5bd12504bc5a0fc3b1f1 Mon Sep 17 00:00:00 2001 From: Korbs <51213244+KorbsStudio@users.noreply.github.com> Date: Sat, 30 Apr 2022 23:15:44 -0400 Subject: [PATCH] Add mobile support --- assets/css/master.css | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/assets/css/master.css b/assets/css/master.css index 0a665eb..9764f83 100644 --- a/assets/css/master.css +++ b/assets/css/master.css @@ -198,4 +198,28 @@ banner::before { @keyframes bigBanner { from {transform: scale(1.2);} to {transform: scale(1);} +} + +@media only screen and (max-width: 900px) { + #grid-5050 {grid-template-columns: auto !important;} +} +@media only screen and (max-width: 750px) { + header {margin-bottom: 70px;} + .header::before {height: 155px !important} + banner img { + object-position: 0px !important; + height: 260px !important; + } + banner::before { + height: 260px !important; + } + #for-banner { + margin: 100px 0px 54px 0px !important; + } + .menu { + position: absolute !important; + top: 80px !important; + left: 0px !important; + width: 100% !important; + } } \ No newline at end of file