Skip to content

Commit

Permalink
fix: Livepage event section cards overflow
Browse files Browse the repository at this point in the history
  • Loading branch information
KaiAlan committed Jun 26, 2024
1 parent c99fd85 commit e565a01
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 6 additions & 2 deletions src/pages/live/EventSection.scss
Original file line number Diff line number Diff line change
Expand Up @@ -58,20 +58,23 @@

.event-list {
display: flex;
justify-content: space-between;
align-items: flex-start;
justify-content: center;
align-items: start;
gap: 10rem;
padding: 0 7rem;

@media screen and (max-width: 1120px) {
flex-direction: column;
align-items: center;
gap: 2.5rem;
padding: 0;
}


.live-event {
flex: 1;
flex-direction: column;
max-width: 600px;

.badge-live {
display: flex;
Expand All @@ -96,6 +99,7 @@
flex: 1;
display: flex;
flex-direction: column;
max-width: 600px;

.badge-upcoming {
display: flex;
Expand Down
2 changes: 0 additions & 2 deletions src/pages/live/Events.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import ml101 from "../../assets/images/EventsImages/ml101.webp";
import uiux101 from "../../assets/images/EventsImages/uiux101.webp";

export const Events = [
{
Expand Down

0 comments on commit e565a01

Please sign in to comment.