]> git.parisson.com Git - mezzo.git/commitdiff
Sidebar cta update
authorPhilippe Barbosa <contact@philippebarbosa.com>
Thu, 7 Apr 2016 10:44:24 +0000 (12:44 +0200)
committerPhilippe Barbosa <contact@philippebarbosa.com>
Thu, 7 Apr 2016 10:44:24 +0000 (12:44 +0200)
app/festival/static/scss/components/_sidebar.scss

index 78571ec2876043b2c88c3dd3bde27a36e0002591..940c8a60176303677f3411bd311e46bea400560f 100755 (executable)
 
 .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