removed rules for first alignfull child (#5208)

This commit is contained in:
Maggie 2021-12-16 19:55:54 +01:00 committed by GitHub
parent d915c3eab8
commit 49231bbc7d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 0 additions and 33 deletions

View file

@ -334,19 +334,6 @@ article .entry-header .entry-title,
}
// Remove margin if alignfull is first element
.singular {
.hentry .entry-content {
& > *:first-child {
&.alignfull {
margin-top: -#{0.666 * map-deep-get($config-global, "spacing", "vertical")};
@include media(mobile) {
margin-top: -#{2 * map-deep-get($config-global, "spacing", "vertical")};
}
}
}
}
}
.home.hide-homepage-title {
.hentry .entry-content {

View file

@ -4435,16 +4435,6 @@ article .entry-header .entry-title a:active, article .entry-header .entry-title
color: var(--wp--preset--color--primary);
}
.singular .hentry .entry-content > *:first-child.alignfull {
margin-top: -21.312px;
}
@media only screen and (min-width: 560px) {
.singular .hentry .entry-content > *:first-child.alignfull {
margin-top: -64px;
}
}
.home.hide-homepage-title .hentry .entry-content > *:first-child.alignfull {
margin-top: 0;
}

View file

@ -4464,16 +4464,6 @@ article .entry-header .entry-title a:active, article .entry-header .entry-title
color: var(--wp--preset--color--primary);
}
.singular .hentry .entry-content > *:first-child.alignfull {
margin-top: -21.312px;
}
@media only screen and (min-width: 560px) {
.singular .hentry .entry-content > *:first-child.alignfull {
margin-top: -64px;
}
}
.home.hide-homepage-title .hentry .entry-content > *:first-child.alignfull {
margin-top: 0;
}