(CSS) Change spacing to fit better on most phone screens
This commit is contained in:
parent
0583f8ad1d
commit
779d3c36be
|
|
@ -49,6 +49,8 @@ body {
|
||||||
position: relative; /* Required for the absolute positioning of the triangle-label */
|
position: relative; /* Required for the absolute positioning of the triangle-label */
|
||||||
width: 20vh;
|
width: 20vh;
|
||||||
height: 20vh;
|
height: 20vh;
|
||||||
|
max-width: 40vw;
|
||||||
|
max-height: 40vw;
|
||||||
}
|
}
|
||||||
|
|
||||||
.triangle-bottom {
|
.triangle-bottom {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue