Skip to content

Commit

Permalink
chore: Adjust style for mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
attiks committed Nov 27, 2024
1 parent 51ad904 commit 27b8e35
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,9 @@ h2[data-ocha-h2-link] a[data-ocha-h2-link-tag] {
h2[data-ocha-h2-link]:hover > a[data-ocha-h2-link-tag] {
visibility: visible;
}

@media (max-width: 1024px) {
h2[data-ocha-h2-link]:hover a[data-ocha-h2-link-tag] {
margin-left: 0;
}
}

0 comments on commit 27b8e35

Please sign in to comment.