made license compatible with most resolutions & aspect-ratios
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
.allContainer {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
height: 100vh;
|
||||
height: calc(100vh - calc(25px * var(--pxDensity)));
|
||||
}
|
||||
.blackBorderRect {
|
||||
background-color: #FFFFFF;
|
||||
|
||||
Reference in New Issue
Block a user