hero blueprint - disable some link types

This commit is contained in:
isUnknown 2024-09-03 16:58:45 +02:00
parent c113bf9621
commit bfcb25cf09
3 changed files with 8 additions and 2 deletions

View file

@ -0,0 +1,7 @@
@media screen and (max-width: 800px) {
.grid,
.hero {
grid-template-columns: 1fr;
row-gap: var(--padding-vertical);
}
}

View file

@ -17,3 +17,4 @@
@import url("src/program-filters.css");
@import url("src/page-sectioned.css");
@import url("src/footer.css");
@import url("src/responsive.css");

View file

@ -55,8 +55,6 @@ tabs:
options:
- url
- page
- file
- email
help: Optionnel. Laisser vide pour ne pas afficher de lien dans le hero.
when:
heroMode: custom