diff options
author | Jean-Nicolas Veigel <art.jnveigel@gmail.com> | 2024-03-15 11:03:21 +0100 |
---|---|---|
committer | Louis Pilfold <louis@lpil.uk> | 2024-03-26 10:31:25 +0000 |
commit | 1e3b77d4681cf4098694f67d89f652f04336e0fc (patch) | |
tree | e1cd031adc0ca2978784414765f3a71476d923e0 /static | |
parent | 33eb4bc911f117a873b84ccef42993aa006ed050 (diff) | |
download | tour-1e3b77d4681cf4098694f67d89f652f04336e0fc.tar.gz tour-1e3b77d4681cf4098694f67d89f652f04336e0fc.zip |
fix(style): remove empty ruleset
Diffstat (limited to 'static')
-rw-r--r-- | static/style.css | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/static/style.css b/static/style.css index ae16c9c..0a8b26d 100644 --- a/static/style.css +++ b/static/style.css @@ -794,11 +794,6 @@ main#everything { padding-right: var(--gap); } - #everything-lessons .lesson-title, - #everything-lessons .chapter-title, - #everything-lessons .chapter-separator { - /* position: static; */ - } |