Fix register button in the index dropdown menu for mobiles

This commit is contained in:
yflory
2017-09-11 11:22:41 +02:00
parent 403b62f131
commit 7582c9cffd

View File

@@ -174,6 +174,7 @@
}
.cp-register-btn {
border: 2px solid #4591C4;
display: inline-block;
}
button:focus {
outline: none;
@@ -192,21 +193,9 @@
}
.cp-register-btn {
margin-right: 13px;
margin-left: 83vw;
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