refactor(docs-infra): merge style rules in `_presskit.scss` (#40704)

This commit cleans up the styles in `_presskit.scss` by merging together
blocks that target the same elements.

PR Close #40704
This commit is contained in:
George Kalpakas 2021-02-05 12:49:05 +02:00 committed by Alex Rickabaugh
parent c3a81916c9
commit becb8e751e
1 changed files with 5 additions and 6 deletions

View File

@ -61,7 +61,6 @@
}
.presskit-image-container {
@media(max-width: 599px) {
text-align: center;
}
@ -72,13 +71,13 @@
margin-bottom: 8px * 2;
}
}
}
.presskit-row:first-child {
margin-top: 0;
&:first-child {
margin-top: 0;
@media(max-width: 599px) {
margin-top: 48px;
@media(max-width: 599px) {
margin-top: 48px;
}
}
}
}