style: change copy

This commit is contained in:
MAZE
2023-12-07 17:22:36 +03:30
parent ef952d0a03
commit 624230843c
3 changed files with 39 additions and 19 deletions

View File

@@ -24,13 +24,14 @@
& .reasons {
display: grid;
margin-top: 24px;
gap: 20px;
column-gap: 20px;
grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
row-gap: 28px;
& .icon {
display: flex;
width: 44px;
height: 44px;
width: 40px;
height: 40px;
align-items: center;
justify-content: center;
border: 1px solid var(--color-neutral-200);
@@ -38,7 +39,7 @@
margin-bottom: 12px;
background: linear-gradient(var(--color-neutral-100), transparent);
color: #34d399;
font-size: var(--font-lg);
font-size: var(--font-md);
}
& .label {