Skip to content

Commit

Permalink
last style fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
c2d13p committed Dec 19, 2024
1 parent f93b5db commit b3104fa
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions widgets/src/components/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@

.event-box {
width: 300px;
height: 180px;
height: 190px;
overflow: hidden;
padding: 1rem;
margin-bottom: 1rem;
Expand All @@ -59,18 +59,18 @@

.grant-box {
width: 300px;
height: 170px;
height: 190px;
overflow: hidden;
padding: 1rem;
margin-bottom: 1rem;

@media (min-width: 768px) {
padding: 1.5rem;
height: 220px;
height: 210px;
}
@media (min-width: 1383px) {
padding: 2rem;
height: 250px;
height: 240px;
}
}

Expand Down

0 comments on commit b3104fa

Please sign in to comment.