Skip to content

Commit

Permalink
still fixing mobile style
Browse files Browse the repository at this point in the history
  • Loading branch information
c2d13p committed Dec 18, 2024
1 parent c057840 commit f93b5db
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion widgets/src/components/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
@media (max-width: 768px) {
font-size: 0.875rem;
min-width: 320px;
margin: 15px auto;
}
}

Expand Down Expand Up @@ -41,7 +42,7 @@

.event-box {
width: 300px;
height: 170px;
height: 180px;
overflow: hidden;
padding: 1rem;
margin-bottom: 1rem;
Expand Down

0 comments on commit f93b5db

Please sign in to comment.