Diffstat (limited to 'static/input.css')
| -rw-r--r-- | static/input.css | 32 |
1 files changed, 4 insertions, 28 deletions
diff --git a/static/input.css b/static/input.css index c105d8f..dfa9219 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: 10vh; + --interlocked-hexagons-background-size: 10vw; --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: 10vh; + --interlocked-hexagons-background-size: 10vw; --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,32 +227,12 @@ width: 90vw; } -.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; +.w-p80 { + width: 80%; } .mt-vmin0-8 { @@ -300,10 +280,6 @@ padding-right: 1.2vmin; } -.p-vmin0-8 { - padding: 0.8vmin; -} - .p-vmin2-4 { padding: 2.4vmin; } |