You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

28 lines
452 B

@import
'config',
'@tiny-components/plain-ui/src/scss/plain-ui';
.site-main {
width: 100%;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
}
.teapot {
@include media-xxs-only() {
width: 100%;
height: auto;
}
@include media-xs-only() {
width: 100%;
height: auto;
}
@include media-sm-only() {
width: 100%;
height: auto;
}
}