Skip to content

Commit

Permalink
css fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Tamás committed Jul 14, 2023
1 parent 87c3813 commit a53aeb2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion src/components/sections/agenda.js
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,6 @@ function EventItem({ item }) {
</>
)}
</div>
)}
</div>
</li>
);
Expand Down
1 change: 1 addition & 0 deletions src/components/sections/agenda.scss
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@
border-bottom: 2px solid transparent;

@media (max-width: $md) {
min-height: auto;
display: flex;
justify-content: space-between;
align-items: center;
Expand Down

0 comments on commit a53aeb2

Please sign in to comment.