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

14 lines
248 B
Text
Raw Normal View History

2016-11-08 19:56:37 +00:00
.container {
min-height: 100%;
width: 100%;
2016-11-09 18:32:23 +00:00
background: no-repeat center center / cover fixed transparent;
2016-11-08 19:56:37 +00:00
&__content {
padding-bottom: 220px;
2016-11-09 18:32:23 +00:00
@media (max-width: 1064px) {
2016-11-08 19:56:37 +00:00
padding: 0;
}
}
}