- changed title in h1 to aria label for accessibility

- changed stretchging and centering of section with fill-available
This commit is contained in:
asus
2023-12-01 21:33:54 +01:00
parent 9547c56898
commit 6b1370131d
3 changed files with 17 additions and 12 deletions

View File

@@ -49,7 +49,12 @@
/*
width : -parent- content
*/
[data-flex~="parent"] { width: 100%; }
[data-flex~="parent"] {
width: 100%;
width: -moz-available; /* WebKit-based browsers will ignore this. */
width: -webkit-fill-available; /* Mozilla-based browsers will ignore this. */
width: fill-available;
}
[data-flex~="content"] { width: fit-content; }
/*
position : -center- left right top bottom