fixed css for homepage features

This commit is contained in:
2025-07-21 10:22:10 +02:00
parent 046559f7ff
commit 125fb2d3e8
4 changed files with 7 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -1673,6 +1673,11 @@ body.page-loaded > *:not(.navbar) {
overflow: hidden;
}
/* Remove margin-right for feature icons on homepage */
.features-section .feature-icon-wrapper {
margin-right: 0;
}
.feature-icon-wrapper::before {
content: '';
position: absolute;

1
static/css/main.e9fbcf3c.min.css vendored Normal file

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long