Skip to content

Commit

Permalink
refactor: 707 - delete style for more events
Browse files Browse the repository at this point in the history
  • Loading branch information
YulikK committed Feb 3, 2025
1 parent 778399d commit 5ef0145
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
6 changes: 0 additions & 6 deletions src/widgets/events/ui/events.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,4 @@
}
}
}

.column-with-events {
@include media-laptop-medium {
flex-direction: column;
}
}
}
4 changes: 1 addition & 3 deletions src/widgets/events/ui/events.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,7 @@ const cx = classNames.bind(styles);
export const Events = () => {
return (
<article id="events" className={cx('container', 'events')}>
<div
className={cx('events-content', 'content', 'column-2', { 'column-with-events': actualEvents.length > 1 })}
>
<div className={cx('events-content', 'content', 'column-2')}>
<section className={cx('info')}>
<SectionLabel>events & meetups</SectionLabel>
<WidgetTitle mods="asterisk">Meet us at events</WidgetTitle>
Expand Down

0 comments on commit 5ef0145

Please sign in to comment.