feat: Ajouter un bouton de démo dans l'en-tête et améliorer la gestion des classes CSS pour la réactivité
This commit is contained in:
@@ -81,7 +81,13 @@ pagination = { pagerSize = 6, path = "page" }
|
||||
background = "header backdrop-blur-sm"
|
||||
border = "none"
|
||||
menu.linkClass = "text-white hover:text-primary font-bold transition duration-200"
|
||||
|
||||
|
||||
[params.header.buttons.demo]
|
||||
text = "Démo"
|
||||
url = "http://demo.chill.social/"
|
||||
mobileClass = "block text-center px-6 py-3 rounded-lg font-bold transition duration-200 ease-in-out bg-primary-400 text-white hover:bg-primary-400 hover:scale-105"
|
||||
open_tab = false
|
||||
|
||||
# Header Logo
|
||||
[params.header.logo]
|
||||
src = "/images/logo-darkmode.png"
|
||||
@@ -114,7 +120,6 @@ pagination = { pagerSize = 6, path = "page" }
|
||||
|
||||
# Social Media Links (optional)
|
||||
[params.social]
|
||||
mastodon = "https://mastodon.libre-entreprise.com/@Chill"
|
||||
gitlab = "https://gitlab.com/Chill-Projet/chill-bundles"
|
||||
|
||||
# Navigation Menu
|
||||
|
||||
Reference in New Issue
Block a user