11 lines
131 B
CSS
11 lines
131 B
CSS
.container {
|
|
width: 100vw;
|
|
height: 100vh;
|
|
}
|
|
|
|
.inner {
|
|
padding: 2em;
|
|
width: fit-content;
|
|
height: fit-content;
|
|
}
|