mirror of
https://github.com/Unleash/unleash.git
synced 2025-03-09 00:18:26 +01:00
9 lines
111 B
SCSS
9 lines
111 B
SCSS
.container {
|
|
height: auto;
|
|
position: absolute;
|
|
left: 0;
|
|
right: 0;
|
|
top: 0;
|
|
bottom: 0;
|
|
}
|