Skip to content

Commit

Permalink
fix: contact arrows media query
Browse files Browse the repository at this point in the history
  • Loading branch information
fbuireu committed Oct 6, 2024
1 parent e21ed9f commit 19289b4
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
}

&.--is-home,
&.--is-article {
&.--is-article,
&.--is-contact {
@media (width >= 1024px) {
display: none;
}
Expand Down

0 comments on commit 19289b4

Please sign in to comment.