From 17d105b60282038f2194862109fab2afc5730a13 Mon Sep 17 00:00:00 2001 From: Vlad Flore Date: Sun, 3 Sep 2023 17:29:24 +0200 Subject: [PATCH] change selector so that CSS applies correctly (#2637) --- frontend/editor.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/editor.css b/frontend/editor.css index 8a08894962..6cf6bf7617 100644 --- a/frontend/editor.css +++ b/frontend/editor.css @@ -2665,7 +2665,7 @@ footer button { font-size: 0.75rem; } -#info { +footer #info { max-width: 9400px; margin: 0 auto; padding: 1rem;