diff options
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 { |