Skip to content

Commit

Permalink
Minor responsive improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
joedolson committed Nov 21, 2024
1 parent 4a6fb38 commit 8cdf2a6
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/css/mc-styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -1589,6 +1589,17 @@ select[name="event_recur"] {
clear: both;
}

@media (max-width: 782px) {
.mc-admin-footer,
.mc-admin-header {
display: flex;
flex-wrap: wrap;
}
.mc-admin-footer .button-secondary, .mc-admin-header .button-secondary {
padding: 5px 10px;
}
}

.mc-admin-header.locations {
display: block;
float: right;
Expand Down

0 comments on commit 8cdf2a6

Please sign in to comment.