Ajout de la pagination pour les dossiers
This commit is contained in:
@@ -3,13 +3,6 @@ header#hero-page {
|
||||
gap: var(--gap-hero-page);
|
||||
flex-direction: column;
|
||||
|
||||
.sup-title {
|
||||
text-align: center;
|
||||
font-variant: small-caps;
|
||||
text-shadow: var(--shadow-text);
|
||||
color: var(--color-site-title);
|
||||
}
|
||||
|
||||
h1 {
|
||||
text-align: center;
|
||||
font-size: 1.25em;
|
||||
@@ -21,6 +14,13 @@ header#hero-page {
|
||||
}
|
||||
}
|
||||
|
||||
.sup-title {
|
||||
text-align: center;
|
||||
font-variant: small-caps;
|
||||
text-shadow: var(--shadow-text);
|
||||
color: var(--color-site-title);
|
||||
}
|
||||
|
||||
@media (min-width: 460px) {
|
||||
header#hero-page {
|
||||
h1 {
|
||||
|
||||
Reference in New Issue
Block a user