make content width on docs pages wider

This commit is contained in:
Paul Mineev
2022-04-09 19:22:25 -05:00
committed by Umputun
parent 0eac76ce6c
commit d89c9a1d1c
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -17,7 +17,7 @@
</li>
{% endmacro %}
<aside class="flex-shrink-0 top-24 md:top-0 md:relative w-full md:w-1/4">
<aside class="flex-shrink-0 top-24 md:top-0 md:relative w-full md:w-1/4 max-w-[260px]">
<input id="menu-toggle" type="checkbox" class="menu-state absolute invisible h-0 w-0 md:hidden"/>
<label for="menu-toggle" aria-title="Open Menu" class="flex items-center md:hidden py-2 border-t border-b border-gray-100 dark:border-gray-800 text-gray-500 dark:text-gray-300 mb-8 font-medium">
<div class="burger-icon" role="icon">
+1 -1
View File
@@ -15,7 +15,7 @@ layout: base.njk
#}
<div class="order-1 max-w-full flex-grow">
<h1 class="text-2xl md:text-4xl font-bold mb-6 md:mb-8 text-brand-900 dark:text-brand-100">{{ title }}</h1>
<div class="prose dark:prose-dark">{{ layoutContent | safe }}</div>
<div class="prose dark:prose-dark max-w-full">{{ layoutContent | safe }}</div>
</div>
<footer class="order-3 min-w-full flex mt-4 justify-end mr-1 text-sm text-gray-500 dark:text-gray-300 space-x-3 leading-5">
<span>
+2 -2
View File
@@ -27,8 +27,8 @@ module.exports = {
padding: spacing[4],
screens: {
sm: '100%',
md: '860px',
lg: '940px',
md: '1024px',
lg: '1200px',
xl: false,
},
},