Skip to content

Commit

Permalink
mobile impl: contact
Browse files Browse the repository at this point in the history
  • Loading branch information
jinkang-0 committed Jan 18, 2024
1 parent 9846d12 commit 43c4275
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/components/Contact.astro
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,11 @@ import shapes from '../graphics/shapes_twirl_2.svg';
right: 0;
top: 73px;
z-index: -1;
display: none;

@media (min-width: breakpoints.$tablet) {
display: block;
}
}

h3 > b {
Expand Down

0 comments on commit 43c4275

Please sign in to comment.