(CSS) Change spacing to fit better on most phone screens

This commit is contained in:
n loewen 2023-09-21 15:45:58 -07:00
parent 0583f8ad1d
commit 779d3c36be
1 changed files with 2 additions and 0 deletions

View File

@ -49,6 +49,8 @@ body {
position: relative; /* Required for the absolute positioning of the triangle-label */
width: 20vh;
height: 20vh;
max-width: 40vw;
max-height: 40vw;
}
.triangle-bottom {