7 lines
88 B
CSS
7 lines
88 B
CSS
.headline-group {
|
|
margin: 0 0 60px;
|
|
@media (--until-sm) {
|
|
margin: 30px 0;
|
|
}
|
|
}
|