From 5eb6c16d0f07e15a2fa2dfd19aa5a3f0394653d2 Mon Sep 17 00:00:00 2001 From: Jeremy Thomas Date: Wed, 11 Oct 2017 17:32:01 +0100 Subject: [PATCH] Change ratio --- docs/_sass/index.sass | 8 ++++---- docs/css/bulma-docs.css | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/_sass/index.sass b/docs/_sass/index.sass index 0818500ec..f7d440625 100644 --- a/docs/_sass/index.sass +++ b/docs/_sass/index.sass @@ -11,8 +11,8 @@ .intro-ghbtns height: 30px - margin-bottom: 24px - // margin-bottom: 46px + // margin-bottom: 24px + margin-bottom: 46px .intro-npm background: $black-ter @@ -118,8 +118,8 @@ .intro-iframe opacity: 0 - padding-top: 52.8125% - // padding-top: 56.25% + // padding-top: 52.8125% + padding-top: 56.25% position: relative transition-duration: 500ms transition-property: opacity diff --git a/docs/css/bulma-docs.css b/docs/css/bulma-docs.css index 75f094c16..1c254e63b 100644 --- a/docs/css/bulma-docs.css +++ b/docs/css/bulma-docs.css @@ -10437,7 +10437,7 @@ svg { .intro-ghbtns { height: 30px; - margin-bottom: 24px; + margin-bottom: 46px; } .intro-npm { @@ -10636,7 +10636,7 @@ svg { .intro-iframe { opacity: 0; - padding-top: 52.8125%; + padding-top: 56.25%; position: relative; -webkit-transition-duration: 500ms; transition-duration: 500ms; -- 2.47.2