Skip to content

Commit

Permalink
Fix port video button right margin making other element wrap
Browse files Browse the repository at this point in the history
  • Loading branch information
hanydd committed Sep 8, 2024
1 parent e419667 commit 0bee3cd
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions public/content.css
Original file line number Diff line number Diff line change
Expand Up @@ -886,6 +886,18 @@ input::-webkit-inner-spin-button {
height: 20px;
}

@media (min-width: 1164px) {
#bsbPortButton {
margin-right: 5px;
}
}

@media (min-width: 1176px) {
#bsbPortButton {
margin-right: 15px;
}
}

.youtube-logo-button {
background: none;
border: none;
Expand Down

0 comments on commit 0bee3cd

Please sign in to comment.