STYLE refining Home aspect
This commit is contained in:
parent
30bc1e6954
commit
2025df0a12
|
|
@ -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';
|
||||
|
|
|
|||
12
resources/css/pages/home.css
Normal file
12
resources/css/pages/home.css
Normal 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;
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user