main
fix breath container
This commit is contained in:
parent
c444df7999
commit
cf2ea84bc9
@ -1,5 +1,6 @@
|
|||||||
.container {
|
.container {
|
||||||
width: 100dvw;
|
width: 100dvw;
|
||||||
|
max-width: 560px;
|
||||||
height: calc(100dvh - 56px);
|
height: calc(100dvh - 56px);
|
||||||
background-color: #000;
|
background-color: #000;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
|||||||
@ -1,5 +1,6 @@
|
|||||||
.container {
|
.container {
|
||||||
width: 100dvw;
|
width: 100dvw;
|
||||||
|
max-width: 560px;
|
||||||
height: calc(100dvh - 56px);
|
height: calc(100dvh - 56px);
|
||||||
background-color: #000;
|
background-color: #000;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user