From a9a44e49497d0ff6669a36bdc1ecd514f8c98fb9 Mon Sep 17 00:00:00 2001 From: Thomas JUND Date: Thu, 28 Jan 2021 16:26:29 +0100 Subject: [PATCH] themes: remove useless .large class on #content (#50094) --- static/avray/_custom.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/avray/_custom.scss b/static/avray/_custom.scss index cae0167..be108be 100644 --- a/static/avray/_custom.scss +++ b/static/avray/_custom.scss @@ -506,7 +506,7 @@ div#rub_service div.category h3, height: 4px; } } -div.large div#rub_service h3, +div.gru-content div#rub_service h3, div#rub_service h3 { border-bottom: 2px solid $title-color; }