From 9b8a00b98b4df7f9791851338516f5a74ef55403 Mon Sep 17 00:00:00 2001 From: Serghei Mihai Date: Sat, 19 Sep 2015 15:51:37 +0200 Subject: [PATCH] increase font size of forms titles (#8206) --- static/custom-fontenay-sous-bois/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/static/custom-fontenay-sous-bois/style.css b/static/custom-fontenay-sous-bois/style.css index 0627363..ae59cde 100644 --- a/static/custom-fontenay-sous-bois/style.css +++ b/static/custom-fontenay-sous-bois/style.css @@ -113,6 +113,10 @@ div#rub_consultation h2, div#rub_service h2, div#rub_annonce h2, div#rub_agenda border-top: none; } +div#rub_service h2 { + font-size: 1.4em; +} + div#footer-wrapper { background: none; }