From 2f99d8cc3798e66985002eab8f9cdd530f1235ef Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Sat, 14 May 2022 11:47:02 +0200 Subject: [PATCH] viewport --- index.css | 4 ++++ index.html | 1 + 2 files changed, 5 insertions(+) create mode 100644 index.css diff --git a/index.css b/index.css new file mode 100644 index 0000000..760fb80 --- /dev/null +++ b/index.css @@ -0,0 +1,4 @@ +@viewport { +width: device-width; +zoom: 1; +} diff --git a/index.html b/index.html index 8cc39fb..c72c3bf 100644 --- a/index.html +++ b/index.html @@ -2,6 +2,7 @@ + Marc Beninca