@@ -194,8 +194,8 @@ const HomePage = () => {
|
|||||||
</div>
|
</div>
|
||||||
<div className="home-card-text-box">
|
<div className="home-card-text-box">
|
||||||
<p className="card-texts">
|
<p className="card-texts">
|
||||||
Your Novodash displays important deadlines, sends email/SMS
|
Your dashboard displays important deadlines, alerts, and can
|
||||||
alerts, can auto-draft documents and remind you to serve
|
configure to auto-draft documents and remind you to serve
|
||||||
them.
|
them.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -1147,9 +1147,15 @@ li.nav-item {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.join-heading {
|
.join-heading {
|
||||||
|
width: 250px;
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
text-align: justify;
|
text-align: justify;
|
||||||
margin: 1.1rem 0rem;
|
justify-content: center;
|
||||||
|
align-items: center;
|
||||||
|
margin-top: 1.1rem;
|
||||||
|
margin-bottom: 1.1rem;
|
||||||
|
margin-left: auto;
|
||||||
|
margin-right: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
button.button-2 {
|
button.button-2 {
|
||||||
@@ -1268,6 +1274,7 @@ li.nav-item {
|
|||||||
.bottom-header-box {
|
.bottom-header-box {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
width: 290px;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
|
|||||||
Reference in New Issue
Block a user