fix home page
This commit is contained in:
parent
f0f5c89d53
commit
a2f0a87b45
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue