mirror of
https://github.com/aljazceru/njump.git
synced 2025-12-18 06:44:22 +01:00
Fix homepage max width
This commit is contained in:
@@ -20,7 +20,7 @@ templ homepageTemplate(params HomePageParams) {
|
||||
class="mx-auto block px-4 sm:flex sm:flex-col sm:items-center sm:justify-center sm:px-0"
|
||||
>
|
||||
<div
|
||||
class="sm:w-[72%] print:w-full"
|
||||
class="w-full max-w-screen-2xl sm:flex sm:w-11/12 sm:px-4 md:w-10/12 lg:w-9/12 print:w-full"
|
||||
>
|
||||
|
||||
<!-- Title nimation -->
|
||||
@@ -61,7 +61,7 @@ templ homepageTemplate(params HomePageParams) {
|
||||
</div>
|
||||
|
||||
<div
|
||||
class="sm:w-[72%] sm:gap-10 print:w-full font-extralight"
|
||||
class="w-full max-w-screen-2xl sm:w-11/12 sm:px-4 md:w-10/12 lg:w-9/12 sm:gap-10 print:w-full font-extralight"
|
||||
>
|
||||
<!-- Intro -->
|
||||
<div class="sm:flex sm:gap-20">
|
||||
|
||||
Reference in New Issue
Block a user