Skip to content

Commit

Permalink
small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Tamás committed Jul 20, 2023
1 parent a01cc18 commit 097cbeb
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
7 changes: 5 additions & 2 deletions src/components/sections/agenda.scss
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,15 @@
}

.event-list {
@media (min-width: $lg) {
margin-left: 35px;
margin-left: 35px;
margin-top: 32px;
@media (max-width: $lg) {
margin-top: 32px;
margin-left: 0px;
}
}


.event-item {
position: relative;
margin-left: 55px;
Expand Down
9 changes: 6 additions & 3 deletions src/components/sections/days-agenda.scss
Original file line number Diff line number Diff line change
Expand Up @@ -80,13 +80,16 @@
}
}

.event-list {
@media (min-width: $lg) {
margin-left: 35px;
.event-list {
margin-left: 35px;
margin-top: 32px;
@media (max-width: $lg) {
margin-top: 32px;
margin-left: 0px;
}
}


.event-item {
position: relative;
margin-left: 55px;
Expand Down

0 comments on commit 097cbeb

Please sign in to comment.