10 lines
142 B
CSS
10 lines
142 B
CSS
.outer-fullflex {
|
|
width: 100%;
|
|
height: 80dvh;
|
|
display: flex;
|
|
justify-content: center;
|
|
}
|
|
|
|
.inner-fullflex {
|
|
margin: auto;
|
|
} |