Skip to content

Commit

Permalink
fix mandala height
Browse files Browse the repository at this point in the history
  • Loading branch information
Naveduran committed Oct 25, 2024
1 parent 01fb076 commit a55a19a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -295,9 +295,9 @@ option {
canvas {
order: 3;
align-self: center;
height: calc(90vw / 2) !important;
min-width: calc(90vw / 2) !important;
max-width: calc(90vw / 2);
height: calc(75vw / 2) !important;
min-width: calc(75vw / 2) !important;
max-width: calc(75vw / 2);
align-self: flex-start;
}
.layers {
Expand Down

0 comments on commit a55a19a

Please sign in to comment.