From 5abc8d6947e1da67ce8c259a4ee35fa752f7aba2 Mon Sep 17 00:00:00 2001 From: Halit Date: Tue, 14 Aug 2018 23:07:13 +0300 Subject: [PATCH] Speakers page alignmnet problem fixed --- pyconbalkan/core/static/css/components/person.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pyconbalkan/core/static/css/components/person.css b/pyconbalkan/core/static/css/components/person.css index 67ff92dd..a6e2cb1f 100644 --- a/pyconbalkan/core/static/css/components/person.css +++ b/pyconbalkan/core/static/css/components/person.css @@ -10,6 +10,7 @@ flex-flow: row wrap; align-items: center; justify-content: center; + width: 100%; } @media (max-width: 1024px) { @@ -50,7 +51,7 @@ .speaker__details, .organizer__details, .sponsor__details { - text-align: justify; + text-align: center; } } @@ -86,6 +87,7 @@ .organizer__description, .sponsor__description { margin-bottom: 0; + text-align: justify; } }