Skip to content

Commit

Permalink
Update responsive layout
Browse files Browse the repository at this point in the history
  • Loading branch information
adamwoodnz committed Oct 26, 2023
1 parent 2eca7e2 commit 178d802
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions mu-plugins/blocks/latest-news/postcss/style.pcss
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
border-bottom-right-radius: 2px;
}

@media screen and (max-width: 599px) {
@media screen and (max-width: 767px) {
flex-direction: column;
gap: var(--wp--preset--spacing--10);
}
Expand All @@ -68,10 +68,6 @@
text-decoration: none !important;
}

&:focus-visible {
border-color: transparent;
}

& > a {
flex-basis: calc(100% - var(--local-details-column-width));
}
Expand All @@ -85,6 +81,10 @@
& > span {
display: none;
}

& time {
white-space: nowrap;
}
}
}
}
Expand Down

0 comments on commit 178d802

Please sign in to comment.