From 6090e0a8e3216bacd78e6f0f6c7e5be03d62634b Mon Sep 17 00:00:00 2001 From: nael Date: Tue, 4 Jun 2019 17:35:56 +0200 Subject: [PATCH] wip #2818 @0.40 --- public/_modules/contact-info/index.html | 24 ++++++++++++++++-------- public/_modules/contact-info/style.styl | 5 +++-- 2 files changed, 19 insertions(+), 10 deletions(-) diff --git a/public/_modules/contact-info/index.html b/public/_modules/contact-info/index.html index 6f406b8..eb3e999 100644 --- a/public/_modules/contact-info/index.html +++ b/public/_modules/contact-info/index.html @@ -14,7 +14,9 @@
-

Coordonnées

+
+

Coordonnées

+
@@ -39,7 +41,8 @@ - + + -

Suivez-nous

+
+

Coordonnées

+
-
-
- + diff --git a/public/_modules/contact-info/style.styl b/public/_modules/contact-info/style.styl index bdbac30..0268c6a 100644 --- a/public/_modules/contact-info/style.styl +++ b/public/_modules/contact-info/style.styl @@ -16,8 +16,6 @@ $lightblue = #0EAADA #contact-info .contact-col padding-left 15vw - .contact-group - margin-top: 4.375rem .contact-heading font-size: $h2 color $darkblue @@ -42,3 +40,6 @@ $lightblue = #0EAADA .contact-title font-family: $barlow color $darkblue + .social-media + font-family: $barlow + margin-left: 0.8em \ No newline at end of file -- 2.39.5