hero blueprint - disable some link types
This commit is contained in:
parent
c113bf9621
commit
bfcb25cf09
3 changed files with 8 additions and 2 deletions
7
assets/css/src/responsive.css
Normal file
7
assets/css/src/responsive.css
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
@media screen and (max-width: 800px) {
|
||||
.grid,
|
||||
.hero {
|
||||
grid-template-columns: 1fr;
|
||||
row-gap: var(--padding-vertical);
|
||||
}
|
||||
}
|
||||
|
|
@ -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");
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue