- Novodraft: Attorney AI. Draft documents faster and {" "}
+ Novodraft: Legal AI. Draft documents faster and {" "}
smarter.
diff --git a/src/styles/demo-request-page.scss b/src/styles/demo-request-page.scss
index abfd177..27d1e33 100644
--- a/src/styles/demo-request-page.scss
+++ b/src/styles/demo-request-page.scss
@@ -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;
+ }
+}
diff --git a/src/styles/homepage.scss b/src/styles/homepage.scss
index 0f936a0..6e8400a 100644
--- a/src/styles/homepage.scss
+++ b/src/styles/homepage.scss
@@ -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;
}