mirror of
https://github.com/pierre42100/AboutComunic
synced 2024-11-14 17:41:14 +00:00
12 lines
144 B
SCSS
12 lines
144 B
SCSS
@media (min-width: 768px) {
|
|
|
|
.article-header {
|
|
min-height: 200px;
|
|
height: 100%;
|
|
max-height: 500px;
|
|
}
|
|
|
|
article {
|
|
min-height: 40%;
|
|
}
|
|
} |