Skip to content

Commit

Permalink
update edit preview screen for mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
hueitan committed Jun 27, 2024
1 parent 2d5dfaa commit 34e5bcb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/link/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,12 @@ body {
animation-iteration-count: infinite;
animation-timing-function: ease;
}

@media screen and (max-width: 782px) {
width: 100%;
max-height: unset;
margin-top: 60px;
}
}

&-info {
Expand Down

0 comments on commit 34e5bcb

Please sign in to comment.