adds requested changes

This commit is contained in:
akcodez
2024-11-19 17:31:44 -08:00
parent bdd099e683
commit a4681aeb48
3 changed files with 9 additions and 4 deletions

View File

@@ -1445,7 +1445,7 @@ html.light {
line-height: 70px;
/* 112.903% */
max-width: 720px;
z-index: 1;
@include media-breakpoint-down(md) {
font-size: 42px;
}
@@ -1742,6 +1742,9 @@ html.light {
}
.feature-item {
a:hover {
text-decoration: none;
}
margin-bottom: 16px;
cursor: pointer;
}