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 {
|
.presskit-image-container {
|
||||||
|
|
||||||
@media(max-width: 599px) {
|
@media(max-width: 599px) {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
@ -72,13 +71,13 @@
|
|||||||
margin-bottom: 8px * 2;
|
margin-bottom: 8px * 2;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
.presskit-row:first-child {
|
&:first-child {
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
|
|
||||||
@media(max-width: 599px) {
|
@media(max-width: 599px) {
|
||||||
margin-top: 48px;
|
margin-top: 48px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user