This repository has been archived on 2024-06-26. You can view files and clone it, but cannot push or open issues or pull requests.
sakura/resources/assets/less/yuuno/bem/container.less
2016-11-09 19:32:23 +01:00

14 lines
248 B
Text

.container {
min-height: 100%;
width: 100%;
background: no-repeat center center / cover fixed transparent;
&__content {
padding-bottom: 220px;
@media (max-width: 1064px) {
padding: 0;
}
}
}