diff --git a/themes/webbed-theme/assets/css/main.css b/themes/webbed-theme/assets/css/main.css index afacda0..413c08e 100644 --- a/themes/webbed-theme/assets/css/main.css +++ b/themes/webbed-theme/assets/css/main.css @@ -60,7 +60,6 @@ nav > div > a { section.buttons-wrapper { display: flex; flex-direction: column; - align-items: center; background-color: light-dark(#ebebef, #1A1A29); width: auto; @@ -89,10 +88,15 @@ section { padding-bottom: 1rem; } +.content-wrapper { + display: flex; + justify-content: center; +} + section.content { max-width: 60ch; border-bottom: none; - margin: 0 auto; + overflow-x: scroll; } section > div.buttons { diff --git a/themes/webbed-theme/layouts/page.html b/themes/webbed-theme/layouts/page.html index 9973276..08a6be0 100644 --- a/themes/webbed-theme/layouts/page.html +++ b/themes/webbed-theme/layouts/page.html @@ -9,9 +9,11 @@

-
- {{ .Content }} -
+
+
+ {{ .Content }} +
+
{{ partial "terms.html" (dict "taxonomy" "tags" "page" .) }} {{ end }}