9 lines
143 B
SCSS
9 lines
143 B
SCSS
|
.wrapper{
|
||
|
width: 80%;
|
||
|
height: 100%;
|
||
|
margin: 0;
|
||
|
display: flex;
|
||
|
gap: 1rem;
|
||
|
padding: 1rem;
|
||
|
min-height: calc(100vh - 5rem);
|
||
|
}
|