diff options
| author | (quasar) nebula <qznebula@protonmail.com> | 2026-06-07 19:13:05 -0300 |
|---|---|---|
| committer | (quasar) nebula <qznebula@protonmail.com> | 2026-06-07 19:13:05 -0300 |
| commit | 0585ed7e2c1b631f23fa32ccc599ab7a8b350404 (patch) | |
| tree | 92cfc40e71eb6b3173c3ca2da5e0289a20f152cc /src/static/css/miscellany.css | |
| parent | 1d5fb208d75b69774c21557b5f5ec8d2d94a8ada (diff) | |
content, css: image: I SURE HOPE THIS WORKS
Diffstat (limited to 'src/static/css/miscellany.css')
| -rw-r--r-- | src/static/css/miscellany.css | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/src/static/css/miscellany.css b/src/static/css/miscellany.css index 6f60767d..9eb44004 100644 --- a/src/static/css/miscellany.css +++ b/src/static/css/miscellany.css @@ -1,24 +1,3 @@ -/* Squares */ - -@layer layout { - .square { - position: relative; - width: 100%; - } - - .square::after { - content: ""; - display: block; - padding-bottom: 100%; - } - - .square-content { - position: absolute; - width: 100%; - height: 100%; - } -} - /* Utility spans */ @layer print { |