diff --git a/index.html b/index.html index 42ed7e0..0afeb16 100644 --- a/index.html +++ b/index.html @@ -179,7 +179,7 @@ -
+
-
+ diff --git a/styles/global.css b/styles/global.css index 7263b53..17c543e 100644 --- a/styles/global.css +++ b/styles/global.css @@ -32,11 +32,7 @@ /* width : -parent- content */ -[data-flex~="parent"] { - width: -moz-available; /* WebKit-based browsers will ignore this. */ - width: -webkit-fill-available; /* Mozilla-based browsers will ignore this. */ - width: fill-available; -} +[data-flex~="parent"] { width: 100%; } [data-flex~="content"] { width: fit-content; } /* position : -center- left right top bottom