We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f93b5db commit b3104faCopy full SHA for b3104fa
widgets/src/components/styles.css
@@ -42,7 +42,7 @@
42
43
.event-box {
44
width: 300px;
45
- height: 180px;
+ height: 190px;
46
overflow: hidden;
47
padding: 1rem;
48
margin-bottom: 1rem;
@@ -59,18 +59,18 @@
59
60
.grant-box {
61
62
- height: 170px;
63
64
65
66
67
@media (min-width: 768px) {
68
padding: 1.5rem;
69
- height: 220px;
+ height: 210px;
70
}
71
@media (min-width: 1383px) {
72
padding: 2rem;
73
- height: 250px;
+ height: 240px;
74
75
76
0 commit comments