From 10acbd3b95f79b8a42fdedc7abffd99bb9ffb7f0 Mon Sep 17 00:00:00 2001 From: Anton Lydike Date: Wed, 29 Apr 2020 16:16:15 +0200 Subject: [PATCH] mobile css implemented --- src/style.css | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/src/style.css b/src/style.css index be0d1c4..6ef4447 100644 --- a/src/style.css +++ b/src/style.css @@ -96,4 +96,33 @@ video { max-height: 600px; margin: auto; display: block; +} + +@media(max-width: 600px) { + body { + font-size: 14px; + } + + .nav-inner, main, .footer-inner { + width: auto; + margin: 0 8px; + } + + video { + width: 100%; + margin: auto; + display: block; + } + + .siema-slider, .slide-item { + height: 300px; + } + + .footer-inner { + flex-direction: column; + } + + .footer-other { + text-align: left; + } } \ No newline at end of file