From: Philippe Barbosa Date: Thu, 7 Apr 2016 10:44:24 +0000 (+0200) Subject: Sidebar cta update X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=ddea81c0b80332fc28d15b96b498134a5c13984b;p=mezzo.git Sidebar cta update --- diff --git a/app/festival/static/scss/components/_sidebar.scss b/app/festival/static/scss/components/_sidebar.scss index 78571ec2..940c8a60 100755 --- a/app/festival/static/scss/components/_sidebar.scss +++ b/app/festival/static/scss/components/_sidebar.scss @@ -36,4 +36,19 @@ .cta__panel { margin-top: 2rem; + @media (min-width : $tablet ) { + @extend .clearfix; + div { + display: block; + float: left; + width: 50%; + padding: 0 .3rem; + } + } + @media (min-width : $desktop ) { + div { + float: none; + width: 100%; + } + } } \ No newline at end of file