AboutComunic/_sass/_pages.scss

12 lines
144 B
SCSS
Raw Normal View History

2018-05-10 11:17:53 +00:00
@media (min-width: 768px) {
.article-header {
min-height: 200px;
height: 100%;
max-height: 500px;
}
2018-05-10 11:52:44 +00:00
article {
min-height: 40%;
}
2018-05-10 11:17:53 +00:00
}