From 13ec067dc0c3df4b0453d170907a4aaef3fe0696 Mon Sep 17 00:00:00 2001 From: Arhell Date: Wed, 24 Feb 2021 00:56:38 +0200 Subject: [PATCH] fix content & title on mobile --- static/assets/resources/css/responsive.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/static/assets/resources/css/responsive.css b/static/assets/resources/css/responsive.css index c0f983af..326f9bd7 100644 --- a/static/assets/resources/css/responsive.css +++ b/static/assets/resources/css/responsive.css @@ -161,6 +161,15 @@ float: none; margin-left: 0; } + + .list, + .property-type { + overflow-x: auto; + } + + h1 { + font-size: 34px; + } }