mirror of
https://github.com/owncast/owncast.git
synced 2024-12-19 07:44:26 +03:00
12 lines
162 B
SCSS
12 lines
162 B
SCSS
|
@import '../../../styles/mixins.scss';
|
||
|
|
||
|
.layout {
|
||
|
@include screen(tablet) {
|
||
|
position: absolute;
|
||
|
top: 0;
|
||
|
left: 0;
|
||
|
bottom: 0;
|
||
|
right: 0;
|
||
|
}
|
||
|
}
|