From 0ea17c86d4ec970b918b7dc94743cceff69fa47f Mon Sep 17 00:00:00 2001 From: "vincent@cubedesigners.com" Date: Wed, 31 Aug 2016 10:34:45 +0000 Subject: [PATCH] #636 @0:10 --- less/310-contact.less | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/less/310-contact.less b/less/310-contact.less index c500ea1..cdadc2e 100644 --- a/less/310-contact.less +++ b/less/310-contact.less @@ -22,9 +22,15 @@ flex-direction: column; justify-content: center; - .dotclear { - position: relative; - .divider(); + .content-wrapper { + .dotclear { + position: relative; + .divider(); + + @media @m900 { + text-align: center !important; + } + } } address { -- 2.39.5