diff options
author | Alex Scerba <alex@scerba.org> | 2024-11-08 22:00:36 -0500 |
---|---|---|
committer | Alex Scerba <alex@scerba.org> | 2024-11-08 22:00:36 -0500 |
commit | 9e879dff67ff2a70762097c1adcd0ec143b27d84 (patch) | |
tree | 2688aff282e40dc24a7b9604479ccc6ebe1cc57d /static | |
parent | bd274bb35dbba1da0135351420b2c8c5bd6c71fe (diff) |
Remove unused class
Diffstat (limited to 'static')
-rw-r--r-- | static/style.css | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/static/style.css b/static/style.css index 930dc25..bfcea0a 100644 --- a/static/style.css +++ b/static/style.css @@ -380,8 +380,6 @@ blockquote { column-gap: 0;
}
-.gallery {}
-
@media screen and (max-width: 45rem) {
nav {
display: none;
|