mirror of
https://github.com/remvze/moodist.git
synced 2026-03-11 22:54:42 +08:00
style: change copy
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user