fix template

parent 8fdd4845
...@@ -160,6 +160,10 @@ a.toggle_bottom:hover .icon-arrowDown2:after, a.toggle_bottom:active .icon-arrow ...@@ -160,6 +160,10 @@ a.toggle_bottom:hover .icon-arrowDown2:after, a.toggle_bottom:active .icon-arrow
.video_sec a.toggle_bottom { .video_sec a.toggle_bottom {
margin-top: 153px; margin-top: 153px;
} }
.top_keys_soc a.toggle_bottom {
position: relative;
top: 128px;
}
.bx-wrapper .bx-prev { .bx-wrapper .bx-prev {
background: #344555 url(../images/arrow_left.png) no-repeat center center; background: #344555 url(../images/arrow_left.png) no-repeat center center;
} }
...@@ -405,6 +409,10 @@ a.toggle_bottom:hover .icon-arrowDown2:after, a.toggle_bottom:active .icon-arrow ...@@ -405,6 +409,10 @@ a.toggle_bottom:hover .icon-arrowDown2:after, a.toggle_bottom:active .icon-arrow
float: none; float: none;
margin: 20px auto 40px; margin: 20px auto 40px;
} }
.top_keys_soc a.toggle_bottom {
top: 0px;
margin: 30px auto;
}
} }
@media only screen and (max-width: 479px) and (min-width: 320px) { @media only screen and (max-width: 479px) and (min-width: 320px) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment