fix elements style from features descriptions (#510)

This commit is contained in:
Murilo Brito 2025-08-02 04:19:54 -03:00 committed by GitHub
parent 32c35d3213
commit ba1e7b7b25
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 73 additions and 37 deletions

View file

@ -347,7 +347,10 @@
width: 100%;
button {
height: 40px;
width: 100%;
font-family: @font-body;
font-weight: 600;
}
}
}

View file

@ -34,7 +34,7 @@
.name-row {
display: flex;
gap: 5px;
align-items: center;
align-items: end;
justify-content: space-between;
padding: 0;
padding-top: 5px;