This commit is contained in:
Kenneth Jannette
2024-02-16 06:49:14 -06:00
parent 3f155435f3
commit 8314fba6fa
4 changed files with 27 additions and 2 deletions

View File

@@ -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;
}
}

View File

@@ -703,6 +703,11 @@ li.nav-item {
margin-top: -24px;
}
.try-it-button-box > button {
width: 140px;
margin-left: 10px;
}
.upper-row-one {
padding-left: 10px;
}