header: make the header even narrower on mobile
This ensures that the help button is displayed on mobile devices.
This commit is contained in:
parent
69580288a4
commit
20bff93f0d
5 changed files with 25 additions and 21 deletions
|
@ -6,9 +6,7 @@
|
|||
.header-inner-content
|
||||
|
||||
.flex.align-center
|
||||
= link_to root_path_for_profile(nav_bar_profile), class: "header-logo" do
|
||||
= image_tag "header/logo-ds.svg", alt: "demarches-simplifiees.fr", class: "header-logo-wide"
|
||||
= image_tag "header/logo-ds-narrow.svg", alt: "demarches-simplifiees.fr", class: "header-logo-narrow"
|
||||
= link_to '', root_path_for_profile(nav_bar_profile), class: "header-logo", title: "Revenir à l’accueil"
|
||||
|
||||
- if nav_bar_profile == :gestionnaire && gestionnaire_signed_in?
|
||||
- current_url = request.path_info
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue