diff --git a/_layouts/event.html b/_layouts/event.html index ff174e70..ae4141fe 100644 --- a/_layouts/event.html +++ b/_layouts/event.html @@ -4,11 +4,17 @@

{{ page.title }}

+
+
+ +
  • diff --git a/_sass/common.scss b/_sass/common.scss index 17dab1b4..ad363eb9 100644 --- a/_sass/common.scss +++ b/_sass/common.scss @@ -33,6 +33,17 @@ font-family: $hero-font-family; color: $sr-white; margin-bottom: 0; + margin-right: auto; + } + + .fixed-width { + display: flex; + align-items: center; + } + + a.header-link-icon { + font-size: $beta; + color: $sr-white; } } diff --git a/events.html b/events.html index 62dd3094..ffc33835 100644 --- a/events.html +++ b/events.html @@ -6,6 +6,7 @@

    Events

    +
    diff --git a/index.html b/index.html index bb79474d..f4f457ac 100644 --- a/index.html +++ b/index.html @@ -238,7 +238,6 @@

    {{ post.title }}

{% endfor %} - View more posts

Upcoming events

@@ -270,10 +269,17 @@

Upcoming events

There are no upcoming events.
- View previous

{% endif %}
+
+ + +