From ec3a6d5c763ecc8c46f266659d790c4b57233074 Mon Sep 17 00:00:00 2001 From: MaZderMind Date: Wed, 23 Dec 2015 13:56:52 +0100 Subject: optimize style of allconferences page --- assets/css/_allconferences.less | 6 ++++-- template/allconferences.phtml | 1 + 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/assets/css/_allconferences.less b/assets/css/_allconferences.less index d8a14aa..b4711b9 100644 --- a/assets/css/_allconferences.less +++ b/assets/css/_allconferences.less @@ -2,9 +2,11 @@ body.allconferences { text-align: center; .conference { + .panel { + min-height: 200px; + } a { - font-size: @jumbo-font-size; - line-height: @jumbo-line-height; + font-size: 32px; @media (max-width: @screen-xs-min) { font-size: @jumbo-font-size-xs; diff --git a/template/allconferences.phtml b/template/allconferences.phtml index 2d47b82..e1fb5e3 100644 --- a/template/allconferences.phtml +++ b/template/allconferences.phtml @@ -19,6 +19,7 @@ clearfix conference col-xs-12 + col-sm-6 col-md- ">
-- cgit v1.2.3