generated from VLADIMIR/template_frontend
fix mobile
This commit is contained in:
@@ -82,7 +82,6 @@ function signup() {
|
|||||||
|
|
||||||
<style scoped>
|
<style scoped>
|
||||||
.sign-card {
|
.sign-card {
|
||||||
width: 380px;
|
|
||||||
background-color: rgb(29, 29, 29);
|
background-color: rgb(29, 29, 29);
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -102,4 +101,10 @@ function signup() {
|
|||||||
.docs-link:hover {
|
.docs-link:hover {
|
||||||
color: #63e2b7;
|
color: #63e2b7;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media (min-width: 1024px) {
|
||||||
|
.sign-card {
|
||||||
|
width: 380px;
|
||||||
|
}
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
Reference in New Issue
Block a user