diff --git a/assets/css/template.css b/assets/css/template.css index 197d86f..b27897f 100644 --- a/assets/css/template.css +++ b/assets/css/template.css @@ -64,11 +64,23 @@ body { background-position: center center, center center; background-size: auto,cover; height: 100vh; - width: 150vw; + width: 100vw; } } +@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: 130vw; + } + +} + + main { text-align: center; height: 100%;