From 0b882d457899ab26819110179ddf6cbf1749e19e Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Tue, 2 Jun 2015 12:11:08 +0200 Subject: [PATCH] Add some margin on left of services headers --- authentic2/static/pratic2/style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/authentic2/static/pratic2/style.css b/authentic2/static/pratic2/style.css index 9fb8bb5..1e7ca05 100644 --- a/authentic2/static/pratic2/style.css +++ b/authentic2/static/pratic2/style.css @@ -169,3 +169,6 @@ p#cookies { line-height: 60px; display:none; } +#services-header { + margin-left: 40px; +}