Skip to content

Commit

Permalink
controlbar: align controlbar__bottom with grey panel; fixes #5986
Browse files Browse the repository at this point in the history
  • Loading branch information
vellip committed Jan 28, 2025
1 parent 193cce3 commit a6710bf
Showing 1 changed file with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,11 @@
.control-bar__bottom--projects {
display: flex;
flex-direction: column-reverse;
padding: 1em 0.875em;
padding: 1em 0;

@media screen and (min-width: $breakpoint-tablet-landscape) {
padding: 1em 0.875em;
}

@media screen and (min-width: $breakpoint-palm) {
display: block;
Expand Down Expand Up @@ -66,4 +70,4 @@

.control-bar__check-input[type="checkbox"] {
margin-top: 0;
}
}

0 comments on commit a6710bf

Please sign in to comment.