From a2f0a87b45b4d85e38cc674399b8a4804a5c5e32 Mon Sep 17 00:00:00 2001 From: chiu Date: Wed, 1 Sep 2021 17:18:00 +0800 Subject: [PATCH] fix home page --- assets/stylesheets/template/template.scss | 20 ++++++++++++++------ 1 file changed, 14 insertions(+), 6 deletions(-) diff --git a/assets/stylesheets/template/template.scss b/assets/stylesheets/template/template.scss index c2e1cb8..c97dd5b 100644 --- a/assets/stylesheets/template/template.scss +++ b/assets/stylesheets/template/template.scss @@ -30,7 +30,7 @@ } // container setting -.response-container { +.response-container,.layout-content-box3 { position: relative; @media (min-width: $screen-xs) { @@ -177,9 +177,17 @@ span.hover-picture:hover>img { .internal-page .layout-header .navbar-header .navbar-brand{ height: auto; } -.footer_area{ - .footer_area td:first-child span:before { - content: "/"; - margin-right: 1em; - } +.layout-content-box3{ + margin: auto; + h3:before, h4:before{ + margin: 0 15px 0 0; + border-left: 4px solid rgba(0,0,0,1); + content: ""; + } + .layout-content-box:first-child{ + td:first-child span:before { + content: "/"; + margin-right: 1em; + } + } } \ No newline at end of file