This commit is contained in:
Kenneth Jannette
2024-01-13 13:24:13 -06:00
parent 141a076483
commit a33c08c5ee
2 changed files with 22 additions and 8 deletions

View File

@@ -12,11 +12,23 @@
}
.features-header-text {
display: flex;
flex-direction: row;
margin-top: 8px;
margin-left: 8px;
padding-left: 7px;
}
.features-asterisk {
font-size: 12px;
}
.features-disclosure {
font-size: 12px;
float: right;
margin-right: 32px;
}
.features-bottom-wrapper {
display: flex;
flex-direction: row;