diff --git a/_sass/base.scss b/_sass/base.scss index 4295080..74046de 100644 --- a/_sass/base.scss +++ b/_sass/base.scss @@ -170,6 +170,14 @@ section.note { color: black; } +section.center { + display: flex; + justify-content: center; + margin-top: 1em; + margin-bottom: 1em; + +} + // If the browser doesn't support web components, hide anything with has-wc class body.has-wc .no-wc { display: none; diff --git a/highlights.md b/highlights.md index 95295dc..82e222e 100644 --- a/highlights.md +++ b/highlights.md @@ -20,7 +20,7 @@ head: | {% for post in site.posts limit:5 %} {% include post_summary.html %} {% endfor %} -More Posts +
More Posts
## Projects
@@ -28,7 +28,8 @@ head: | {% include project_summary.html %} {% endfor %} -More Projects + +
More Projects
## Toots
@@ -37,19 +38,22 @@ head: |
+
More Toots
+ \ No newline at end of file