Skip to content

Commit bcda04f

Browse files
committed
update size
1 parent a6f5b23 commit bcda04f

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

src/components/sponsorsList.module.css

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,10 @@
4242
.add {
4343
border: 1px solid #ccc;
4444
border-radius: 10%;
45-
font-size: 13px;
45+
font-size: 12px;
4646
white-space: nowrap;
47+
width: 72px;
48+
height: 72px;
4749
}
4850

4951
@media (min-width: 768px) {
@@ -62,5 +64,6 @@
6264
height: 100px;
6365
width: 100px;
6466
padding: 0 1.5rem;
67+
font-size: 13px;
6568
}
6669
}

0 commit comments

Comments
 (0)