Skip to content

Commit

Permalink
Fix css
Browse files Browse the repository at this point in the history
  • Loading branch information
jochenklar committed Jun 3, 2024
1 parent 930e9f0 commit 9dafbd3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rdmo/projects/assets/scss/projects.scss
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ a.disabled {
}

.projects-header-buttons {
@media (min-width: $screen-md-max) {
@media (min-width: $screen-sm-max) {
display: flex;
gap: 20px;
}
Expand All @@ -195,7 +195,7 @@ a.disabled {
padding: 0;
padding-bottom: 15px;

@media (max-width: $screen-md-max) {
@media (max-width: $screen-sm-max) {
display: block;
padding-bottom: 10px;
}
Expand Down

0 comments on commit 9dafbd3

Please sign in to comment.