STYLE refining Home aspect

This commit is contained in:
Antoine M 2026-05-13 18:02:41 +02:00
parent 30bc1e6954
commit 2025df0a12
2 changed files with 13 additions and 0 deletions

View File

@ -79,6 +79,7 @@
@import './pages/single-actualites.css';
@import './pages/page-formulaire-de-depot.css';
@import './pages/archive-fonds-archives.css';
@import './pages/home.css';
/* ########### BLOCKS ############ */
@import './blocks/blocks-spacing.css';

View File

@ -0,0 +1,12 @@
body.home {
h1 {
@screen lg {
font-size: 3.4rem !important;
}
@screen 2xl {
font-size: 3.8rem !important;
}
line-height: 1.2;
@apply max-w-screen-lg mx-auto;
}
}