fix home page

This commit is contained in:
chiu 2021-09-01 17:18:00 +08:00
parent f0f5c89d53
commit a2f0a87b45
1 changed files with 14 additions and 6 deletions

View File

@ -30,7 +30,7 @@
} }
// container setting // container setting
.response-container { .response-container,.layout-content-box3 {
position: relative; position: relative;
@media (min-width: $screen-xs) { @media (min-width: $screen-xs) {
@ -177,9 +177,17 @@ span.hover-picture:hover>img {
.internal-page .layout-header .navbar-header .navbar-brand{ .internal-page .layout-header .navbar-header .navbar-brand{
height: auto; height: auto;
} }
.footer_area{ .layout-content-box3{
.footer_area td:first-child span:before { margin: auto;
content: "/"; h3:before, h4:before{
margin-right: 1em; 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;
}
}
} }