diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2023-01-05 19:52:08 -0400 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2023-01-05 19:52:08 -0400 |
commit | fe67e1acafc82ae671c3350eaf5fc001ae4d5f8a (patch) | |
tree | 76089c3fe6695c05a442e9b559fa4039910ba009 | |
parent | d4b5120dfd4af3bc1c6eb94f2b1859a189f7079c (diff) |
remove unused vertical-square CSS
-rw-r--r-- | src/static/site2.css | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/src/static/site2.css b/src/static/site2.css index b5ae3ef9..41f1082f 100644 --- a/src/static/site2.css +++ b/src/static/site2.css @@ -1029,17 +1029,6 @@ html[data-url-key="localized.home"] .carousel-container { height: 100%; } -.vertical-square { - position: relative; - height: 100%; -} - -.vertical-square::after { - content: ""; - display: block; - padding-right: 100%; -} - /* Info card */ #info-card-container { |