cv new version

This commit is contained in:
asus
2023-11-29 15:56:22 +01:00
parent 70b644595d
commit 09bdb21600
7 changed files with 50 additions and 30 deletions

View File

@@ -32,7 +32,11 @@
/*
width : -parent- content
*/
[data-flex~="parent"] { width: 100%; }
[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~="content"] { width: fit-content; }
/*
position : -center- left right top bottom