This commit is contained in:
Kenneth Jannette
2024-02-16 00:53:56 -06:00
parent 51ecd1501a
commit 3f155435f3
2 changed files with 19 additions and 3 deletions

View File

@@ -11,3 +11,19 @@
.requestdemo-tagline {
margin-bottom: 30px;
}
.demo-button-box {
display: flex;
flex-direction: column;
width: 85%;
justify-content: end;
align-items: end;
}
.demo {
width: 160px;
}
.demo-link-span {
margin-right: 10px;
}