made license compatible with most resolutions & aspect-ratios

This commit is contained in:
2025-01-24 19:28:35 +01:00
parent 982d47ce83
commit 752f048d7e
3 changed files with 19 additions and 13 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
.allContainer {
display: flex;
flex-direction: column;
height: 100vh;
height: calc(100vh - calc(25px * var(--pxDensity)));
}
.blackBorderRect {
background-color: #FFFFFF;