Skip to content

Commit

Permalink
fix: issue with mobile button spacing, and button changing size when …
Browse files Browse the repository at this point in the history
…focused
  • Loading branch information
akinsey committed Dec 2, 2021
1 parent b8ae728 commit 0a95c3a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/views/Boards.vue
Original file line number Diff line number Diff line change
Expand Up @@ -344,10 +344,11 @@ img.avatar-small {
.button, .button:focus {
margin: 0 1rem;
min-width: 160px;
&:last-child { margin-left: 0; }
}
@include break-mobile-sm {
.button {
.button, .button:focus {
font-size: $font-size-sm;
}
}
Expand Down

0 comments on commit 0a95c3a

Please sign in to comment.