Diffstat (limited to 'static/input.css')
| -rw-r--r-- | static/input.css | 32 |
1 files changed, 28 insertions, 4 deletions
diff --git a/static/input.css b/static/input.css index dfa9219..c105d8f 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,14 +227,34 @@ width: 90vw; } -.h-vh90 { - height: 90vh; +.w-p60 { + width: 60%; } .w-p80 { width: 80%; } +.w-p100 { + width: 100%; +} + +.w-vmax4 { + width: 4vmax; +} + +.h-vh40 { + height: 40vh; +} + +.h-vh90 { + height: 90vh; +} + +.h-vmax4 { + height: 4vmax; +} + .mt-vmin0-8 { margin-top: 0.8vmin; } @@ -280,6 +300,10 @@ padding-right: 1.2vmin; } +.p-vmin0-8 { + padding: 0.8vmin; +} + .p-vmin2-4 { padding: 2.4vmin; } |