fix error
This commit is contained in:
parent
6a4380801f
commit
2f02e65c07
|
@ -17,7 +17,10 @@ body{
|
||||||
.downIcon{
|
.downIcon{
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: 50%;
|
left: 50%;
|
||||||
top: 760px;
|
top: 775px;
|
||||||
|
@media (min-width:1026px) and (max-width:1280px){
|
||||||
|
top: 735px;
|
||||||
|
}
|
||||||
//bottom: 10%;
|
//bottom: 10%;
|
||||||
z-index: 2;
|
z-index: 2;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
|
|
Loading…
Reference in New Issue