Skip to content

Commit

Permalink
Quartz sync: Feb 21, 2024, 3:36 AM
Browse files Browse the repository at this point in the history
  • Loading branch information
Ray Song committed Feb 21, 2024
1 parent b349871 commit 934d050
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions quartz/styles/base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -473,6 +473,11 @@ iframe {
height: 400px;
border: none;
border-radius: 5px;
zoom: 0.75; /* Adjust the zoom level as needed */
-moz-transform: scale(0.75);
-moz-transform-origin: 0 0;
transform: scale(0.75);
transform-origin: 0 0;
}

#p5-container {
Expand Down

0 comments on commit 934d050

Please sign in to comment.