From f7f3e7e0dc4c0af5fe3f27a2d8faf87d7f54ea92 Mon Sep 17 00:00:00 2001 From: thaaoblues Date: Thu, 11 May 2023 19:42:52 +0200 Subject: [PATCH] removed ios specific css --- assets/css/template.css | 6 ------ 1 file changed, 6 deletions(-) diff --git a/assets/css/template.css b/assets/css/template.css index 1a29f00..da53932 100644 --- a/assets/css/template.css +++ b/assets/css/template.css @@ -72,12 +72,6 @@ body { @supports (-webkit-touch-callout: none) and (max-width: 800px){ /* CSS specific to iOS phones */ - .bg{ - background-position: center center, center center; - background-size: auto,cover; - height: 100vh; - width: 135vw; - } }