We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8cb5fd9 + cdaa509 commit 729140aCopy full SHA for 729140a
frontend/src/app/features/components/dashboard/dashboard.component.scss
@@ -16,19 +16,19 @@
16
.cards {
17
display: flex;
18
flex-wrap: wrap;
19
- gap: 24px;
+ gap: 18px;
20
width: 100%;
21
margin-bottom: 10px;
22
23
.dashboard-card {
24
border: 1px solid #ddd;
25
border-radius: 6px;
26
box-sizing: border-box;
27
- padding: 18px;
+ padding: 16px;
28
background-color: #FFFFFF;
29
30
- width: 470px;
31
- height: 225px;
+ width: 368px;
+ height: 230px;
32
33
34
justify-content: space-between;
0 commit comments