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:
parent
c3a81916c9
commit
becb8e751e
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue