Skip to content

Commit 7eb9a45

Browse files
Added larger top margin to separate sections from each other in events page.
Increased info events__icon size for recent events.
1 parent 77380f9 commit 7eb9a45

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

_sass/events.scss

+4-2
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,12 @@
1616

1717
.events-page__upcoming-section-title {
1818
@extend .section-title;
19+
margin-top: 10%;
1920
}
2021

2122
.events-page__recent-section-title {
2223
@extend .section-title;
24+
margin-top: 10%;
2325
}
2426

2527
@media (min-width: 768px) {
@@ -29,8 +31,8 @@
2931
}
3032

3133
.events-page__event-container {
32-
margin-top: 2.5%;
33-
margin-bottom: 2.5%;
34+
margin-top: 1%;
35+
margin-bottom: 1%;
3436
}
3537

3638
.events-page__img-container {

_sass/style.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -447,7 +447,7 @@ a {
447447
}
448448

449449
.events__icon {
450-
font-size: 2em;
450+
font-size: 3em;
451451
position: relative;
452452
top: 50%;
453453
left: 50%;

0 commit comments

Comments
 (0)