Skip to content

Commit

Permalink
Clean up misc.pcss.
Browse files Browse the repository at this point in the history
  • Loading branch information
renintw committed Dec 11, 2023
1 parent 9f3d513 commit 50b8392
Showing 1 changed file with 13 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@
text-align: center;
}

@media (--medium-small) {
.page-organize-content-image {
.page-organize-content-image {

@media (--medium-small) {
display: none;
}
}
Expand All @@ -14,18 +15,18 @@ body .is-layout-flex.page-upcoming-title-past-wrapper {
}

.wporg-events__filters__no-count .wporg-events__filters__search {
flex: 1;
flex: 1;

form {
flex: 1;
min-width: 240px;
form {
flex: 1;
min-width: 240px;

@media (min-width: 663px){
max-width: 240px;
}
}
@media (min-width: 663px) {
max-width: 240px;
}
}
}

.wporg-events__search .wporg-events__filters {
margin-top: 10px !important;
}
margin-top: 10px !important;
}

0 comments on commit 50b8392

Please sign in to comment.