Diffstat (limited to 'static/input.css')
| -rw-r--r-- | static/input.css | 16 |
1 files changed, 12 insertions, 4 deletions
diff --git a/static/input.css b/static/input.css index dfa9219..4058cb1 100644 --- a/static/input.css +++ b/static/input.css @@ -27,7 +27,7 @@ --secondary-color: var(--main-light-color); --interlocked-hexagons-background: url('https://f003.backblazeb2.com/file/sayana-static/themes/olive/interlocked-hexagons.svg'); --interlocked-hexagons-background-repeat: repeat; - --interlocked-hexagons-background-size: 10vw; + --interlocked-hexagons-background-size: 10vh; --squares-and-triangles-background: url('https://f003.backblazeb2.com/file/sayana-static/themes/olive/squares-and-triangles.svg'); --squares-and-triangles-background-repeat: repeat; } @@ -43,7 +43,7 @@ --secondary-color: var(--main-medium-color); --interlocked-hexagons-background: url('https://f003.backblazeb2.com/file/sayana-static/themes/lettuce/interlocked-hexagons.svg'); --interlocked-hexagons-background-repeat: repeat; - --interlocked-hexagons-background-size: 10vw; + --interlocked-hexagons-background-size: 10vh; --squares-and-triangles-background: url('https://f003.backblazeb2.com/file/sayana-static/themes/lettuce/squares-and-triangles.svg'); --squares-and-triangles-background-repeat: repeat; } @@ -227,12 +227,20 @@ width: 90vw; } +.w-p80 { + width: 80%; +} + +.w-vmax4 { + width: 4vmax; +} + .h-vh90 { height: 90vh; } -.w-p80 { - width: 80%; +.h-vmax4 { + height: 4vmax; } .mt-vmin0-8 { |