Skip to content

Commit

Permalink
style: Remove transform scale for mobile sync visualization
Browse files Browse the repository at this point in the history
  • Loading branch information
sanity committed Dec 6, 2024
1 parent 96dc2ee commit e9bde4c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions hugo-site/layouts/shortcodes/summary-delta-sync/sync.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@
}
@media (max-width: 768px) {
.sync-visualization-wrapper {
transform: scale(0.8);
transform-origin: top center;
margin: 0 auto;
font-size: 14px;
}
Expand Down

0 comments on commit e9bde4c

Please sign in to comment.