Fix register button in the index dropdown menu for mobiles
This commit is contained in:
@@ -173,7 +173,8 @@
|
|||||||
};
|
};
|
||||||
}
|
}
|
||||||
.cp-register-btn {
|
.cp-register-btn {
|
||||||
border: 2px solid #4591C4;
|
border: 2px solid #4591C4;
|
||||||
|
display: inline-block;
|
||||||
}
|
}
|
||||||
button:focus {
|
button:focus {
|
||||||
outline: none;
|
outline: none;
|
||||||
@@ -192,21 +193,9 @@
|
|||||||
}
|
}
|
||||||
.cp-register-btn {
|
.cp-register-btn {
|
||||||
margin-right: 13px;
|
margin-right: 13px;
|
||||||
margin-left: 83vw;
|
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@media (max-width: 687px) {
|
|
||||||
.cp-register-btn {
|
|
||||||
margin-left: 75vw;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@media (max-width: 467px) {
|
|
||||||
.cp-register-btn {
|
|
||||||
margin-left: 63vw;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
//footer general styles
|
//footer general styles
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user