restrain the width on larger screens
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
{{ define "main" }}
|
||||
<main class="flex gap-4 lg:gap-16 justify-around mt-8">
|
||||
<main class="flex gap-4 lg:gap-16 justify-around mt-8 max-w-screen-xl mx-auto px-4 lg:px-0">
|
||||
<ul class="flex flex-col gap-4 w-full">
|
||||
{{ partial "article-list.html" (dict "Pages" (where .Site.RegularPages "Section" "articles")) }}
|
||||
</ul>
|
||||
|
Reference in New Issue
Block a user