We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77380f9 commit 7eb9a45Copy full SHA for 7eb9a45
_sass/events.scss
@@ -16,10 +16,12 @@
16
17
.events-page__upcoming-section-title {
18
@extend .section-title;
19
+ margin-top: 10%;
20
}
21
22
.events-page__recent-section-title {
23
24
25
26
27
@media (min-width: 768px) {
@@ -29,8 +31,8 @@
29
31
30
32
33
.events-page__event-container {
- margin-top: 2.5%;
- margin-bottom: 2.5%;
34
+ margin-top: 1%;
35
+ margin-bottom: 1%;
36
37
38
.events-page__img-container {
_sass/style.scss
@@ -447,7 +447,7 @@ a {
447
448
449
.events__icon {
450
- font-size: 2em;
+ font-size: 3em;
451
position: relative;
452
top: 50%;
453
left: 50%;
0 commit comments