From 4eee5f6ebaba56db30460ea9b4cdaaa2bcf30b31 Mon Sep 17 00:00:00 2001 From: Alessandro Cuoghi Date: Thu, 28 Sep 2017 17:03:50 +0200 Subject: [PATCH] Fixed orbit-bullets. Decreased margin-top to button.hollow.expanded. --- app/assets/stylesheets/layout.scss | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/app/assets/stylesheets/layout.scss b/app/assets/stylesheets/layout.scss index d05dbd54b..8d2d155e3 100644 --- a/app/assets/stylesheets/layout.scss +++ b/app/assets/stylesheets/layout.scss @@ -2198,15 +2198,17 @@ table { margin-bottom: $line-height; } - .button.hollow{ - margin-top: $line-height; + .button.hollow { + margin-top: rem-calc(10); } } .card { .card-section { - padding:$line-height 0; + padding: $line-height 0; + max-width: 300px; + margin: 0 auto; p { font-size: rem-calc(15); @@ -2280,8 +2282,7 @@ table { height: 480px; .orbit-wrapper { - min-height: 450px; - max-height: 460px; + max-height: 450px; } } @@ -2362,6 +2363,5 @@ table { } } - } -} \ No newline at end of file +}