Skip to content

Commit b1537f1

Browse files
authored
Fix icon issues in dome theme landing (#252)
1 parent 98d1dae commit b1537f1

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

src/app/pages/dashboard/dashboard-whatsdome/dashboard-whatsdome.component.css

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,11 @@
4949
}
5050

5151
.icon-badge {
52-
width: 2rem;
53-
height: clamp(40px, 3vw, 45px);
54-
min-width: 2rem;
52+
width: clamp(52px, 4vw, 60px);
53+
height: clamp(52px, 4vw, 60px);
54+
min-width: clamp(52px, 4vw, 60px);
55+
flex-shrink: 0;
56+
aspect-ratio: 1 / 1;
5557
border-radius: 9999px;
5658
background: white;
5759
box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
@@ -62,7 +64,7 @@
6264
}
6365

6466
.icon-badge fa-icon {
65-
font-size: clamp(18px, 1.4vw, 22px);
67+
font-size: clamp(22px, 1.8vw, 28px);
6668
color: #1f5bb5;
6769
}
6870

0 commit comments

Comments
 (0)