Implement enterprise cta in docs [desktop]

This commit is contained in:
hunicus
2023-08-11 17:11:05 +09:00
parent a9e92d0593
commit a23881e62c
2 changed files with 20 additions and 0 deletions

View File

@@ -11,3 +11,19 @@ a {
display: block;
margin: 5px 0;
}
#enterprise-cta-desktop {
text-align: center;
padding: 20px;
margin: 20px 20px 20px 0;
background-color: #1d1f31;
border-radius: 12px;
}
#enterprise-cta-desktop p {
margin: 0 auto 20px auto;
}
#enterprise-cta-desktop a {
display: inline-block;
}