diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css index 62d7c34..b736c57 100644 --- a/docs/assets/css/docs.css +++ b/docs/assets/css/docs.css @@ -92,7 +92,8 @@ body { } .docs-header .carbonad { left: 50% !important; - margin-left: -165px !important; + width: 300px !important; + margin-left: -150px !important; margin-bottom: 60px !important; } diff --git a/sass/docs.scss b/sass/docs.scss index b5cf57e..4b8b364 100644 --- a/sass/docs.scss +++ b/sass/docs.scss @@ -96,7 +96,8 @@ body { // Ads on the homepage .carbonad { left: 50% !important; - margin-left: -165px !important; + width: 300px !important; + margin-left: -150px !important; margin-bottom: 60px !important; } } @@ -296,7 +297,7 @@ body { .btn { display: block; - padding: 15px 90px 16px; + padding: 15px 75px 16px; font-size: 18px; margin-bottom: 0; color: #0a1855;