More
This commit is contained in:
@@ -27,3 +27,23 @@
|
||||
.demo-link-span {
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 430px) {
|
||||
.demo-request-form {
|
||||
width: 360px;
|
||||
}
|
||||
|
||||
.demo-request-form {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
width: 340px;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
margin: auto;
|
||||
}
|
||||
.demo-page-row {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
width: 340px;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user