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
.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;
}
}
}