From d792f9c2ab8d52a3238648ed2b019066613ddef9 Mon Sep 17 00:00:00 2001 From: Leo Herzog Date: Tue, 10 Nov 2020 10:44:32 -0500 Subject: [PATCH] Improve Mobile Spacing --- style.css | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index 55387c5..3dab5de 100644 --- a/style.css +++ b/style.css @@ -9,6 +9,14 @@ html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:b --grey: #BDBDBD; --white: #FFF; background: #24384D; + overflow-y: scroll; + scrollbar-width: none; + -ms-overflow-style: none; + overflow-x: hidden; +} + +:root:-webkit-scrollbar { /* WebKit */ + display: none; } body { @@ -17,9 +25,16 @@ body { font-family: 'Alata', sans-serif; height: 100vh; width: 100vw; + overflow-y: scroll; + scrollbar-width: none; + -ms-overflow-style: none; overflow-x: hidden; } +body:-webkit-scrollbar { /* WebKit */ + display: none; +} + input { color: var(--white); background: var(--dark-blue); @@ -254,7 +269,6 @@ input { #properties { margin: 0; padding: 0 1.5vw; - width: 95vw; } .property {