mirror of
https://github.com/aljazceru/njump.git
synced 2026-02-07 07:04:28 +01:00
Fix homepage extralight font
This commit is contained in:
@@ -63,7 +63,7 @@ templ homepageTemplate(params HomePageParams) {
|
||||
</div>
|
||||
|
||||
<div
|
||||
class="w-full px-4 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"
|
||||
class="w-full px-4 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"
|
||||
>
|
||||
<!-- Intro -->
|
||||
<div class="sm:flex sm:gap-20">
|
||||
@@ -188,7 +188,7 @@ templ homepageTemplate(params HomePageParams) {
|
||||
|
||||
<div
|
||||
id="resources"
|
||||
class="w-full px-4 py-14 sm:py-28 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"
|
||||
class="w-full px-4 py-14 sm:py-28 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"
|
||||
>
|
||||
<div id="why-nostr" class="mb-10 sm:mb-12 text-center">
|
||||
<div class="text-4xl text-strongpink">Nostr resources</div>
|
||||
|
||||
Reference in New Issue
Block a user