From a1faf9fcb5975bf356501236ae987bf89486b412 Mon Sep 17 00:00:00 2001 From: Manoela Ilic Date: Tue, 4 Feb 2020 19:21:50 +0700 Subject: [PATCH] Mobile fix --- css/base.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/css/base.css b/css/base.css index fe7ecbf..5c4481f 100644 --- a/css/base.css +++ b/css/base.css @@ -225,6 +225,18 @@ a:focus { justify-content: center; } +.img-drag, +.img-wrap { + flex: none; +} + +@media screen and (max-width: 42em) { + .content .img-drag, + .content .img-wrap { + margin: 1rem; + } +} + @media screen and (min-width: 53em) { .frame { position: fixed;