fix elements style from features descriptions

This commit is contained in:
moliloo 2025-08-01 23:24:56 -03:00
parent 66fc4e2854
commit 8782299db4
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;