Skip to content

Commit

Permalink
Make Date not stacked
Browse files Browse the repository at this point in the history
  • Loading branch information
renintw committed Dec 11, 2023
1 parent 44cf1a3 commit 9952ea2
Showing 1 changed file with 7 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@
display: grid;
align-items: start;
gap: var(--wp--preset--spacing--20);
grid-template-columns: 45% 1fr 1fr;
grid-template-columns: 45% 1fr 1.1fr;
}

@media (--xlarge) {
grid-template-columns: 50% 1fr 1fr;
grid-template-columns: 50% 1fr 1.3fr;
font-size: var(--wp--preset--font-size--normal);
}

Expand Down Expand Up @@ -71,6 +71,7 @@

@media (--small) {
display: inline-flex;
justify-content: right;
}

@media (--medium) {
Expand All @@ -79,11 +80,6 @@
}
}

@media (--large) {
display: block;
text-align: right;
}

@media (--huge) {
white-space: nowrap;

Expand Down Expand Up @@ -111,15 +107,13 @@
vertical-align: middle;
}

@media (--large) {
.wporg-marker-list-item__location::after,
.wporg-google-map__date::after {
.wporg-marker-list-item__location::after {

@media (--small-only) {
display: none;
}
}

@media (--small-only) {
.wporg-marker-list-item__location::after {
@media (--large) {
display: none;
}
}
Expand Down

0 comments on commit 9952ea2

Please sign in to comment.