From e46ca6d4abd0d2105d22c353ad89550d64441df4 Mon Sep 17 00:00:00 2001 From: Ayo Date: Sat, 5 Oct 2019 23:46:04 +0800 Subject: [PATCH] show jumbotron --- _layouts/default.html | 8 ++++---- assets/main.scss | 15 +++++++-------- 2 files changed, 11 insertions(+), 12 deletions(-) diff --git a/_layouts/default.html b/_layouts/default.html index ab6e2f6..76e5522 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -19,7 +19,7 @@
{% include header.html %} {% if page.type == "home" %} - +
{% endif %} diff --git a/assets/main.scss b/assets/main.scss index 5ba1c64..a0ab168 100644 --- a/assets/main.scss +++ b/assets/main.scss @@ -169,9 +169,9 @@ caption { } .jumbotron { - background: url('../assets/images/logo.png') no-repeat rgba(141, 191, 66, .97)!important; + /* background: url('../assets/images/logo.png') no-repeat rgba(141, 191, 66, .97)!important; */ + background: rgba(141, 191, 66, .97)!important; width: 100%; - height: 100%; box-shadow: 5px 25px 30px -25px rgba(34, 34, 34, 0.25); } @@ -181,7 +181,7 @@ caption { color: #ffffff; font-weight: bold; margin: 0 0 20px 0; - text-shadow: 0px 4px 3px rgba(0, 0, 0, 0.4), 0px 8px 13px rgba(0, 0, 0, 0.1), 0px 18px 23px rgba(0, 0, 0, 0.1) !important; + /* text-shadow: 0px 4px 3px rgba(0, 0, 0, 0.4), 0px 8px 13px rgba(0, 0, 0, 0.1), 0px 18px 23px rgba(0, 0, 0, 0.1) !important; */ } .jumbotron-content { @@ -296,7 +296,8 @@ caption { } .subscription-message-text { - width: 290px; + width: 220px; + margin-left: 5px; } .subscription-message-div:after { @@ -317,7 +318,7 @@ caption { .subscription-message-div { color: #ffffff; background-color: #80ae3c; - width: 350px; + width: 300px; text-align: left; margin: 50px auto 0; position: relative; @@ -336,7 +337,7 @@ caption { .ayo-thumb img { border-radius: 50%; border: 1px solid hsla(0, 0%, 100%, .3) !important; - margin: 2px 2px 15px; + margin: 2px; } .ayo-thumb { @@ -410,7 +411,6 @@ nav#side-nav { .jumbotron { background: rgba(141, 191, 66, .97)!important; width: 100%; - height: 100%; } #mc_embed_signup input { width: 250px !important; @@ -444,7 +444,6 @@ nav#side-nav { .jumbotron { background: rgba(141, 191, 66, .97)!important; width: 100%; - height: 100%; box-shadow: 5px 25px 30px -25px rgba(34, 34, 34, 0.25); } .jumbotron-content {