Skip to content

Commit b3104fa

Browse files
committed
last style fixes
1 parent f93b5db commit b3104fa

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

widgets/src/components/styles.css

+4-4
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242

4343
.event-box {
4444
width: 300px;
45-
height: 180px;
45+
height: 190px;
4646
overflow: hidden;
4747
padding: 1rem;
4848
margin-bottom: 1rem;
@@ -59,18 +59,18 @@
5959

6060
.grant-box {
6161
width: 300px;
62-
height: 170px;
62+
height: 190px;
6363
overflow: hidden;
6464
padding: 1rem;
6565
margin-bottom: 1rem;
6666

6767
@media (min-width: 768px) {
6868
padding: 1.5rem;
69-
height: 220px;
69+
height: 210px;
7070
}
7171
@media (min-width: 1383px) {
7272
padding: 2rem;
73-
height: 250px;
73+
height: 240px;
7474
}
7575
}
7676

0 commit comments

Comments
 (0)