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