Skip to main content
Sign in
Snippets Groups Projects
Commit b07cdb3c authored by Emmanuel Raviart's avatar Emmanuel Raviart
Browse files

Ensure that centered title in navbar never takes 3 lines => no superflous scrollbar.

parent eb9ab863
No related branches found
No related tags found
No related merge requests found
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
<!-- Création d'un div sur l'ensemble de la nav bar pour répartir les blocs--> <!-- Création d'un div sur l'ensemble de la nav bar pour répartir les blocs-->
<div class="hidden md:flex justify-between"> <div class="hidden md:flex justify-between">
<!-- Premier div pour le logo AN et le menu A propos--> <!-- Premier div pour le logo AN et le menu A propos-->
<div class="flex w-1/3 items-center"> <div class="flex items-center">
<!-- logo assemblee nationale --> <!-- logo assemblee nationale -->
<a href={portalUrl}> <a href={portalUrl}>
<img <img
...@@ -147,7 +147,7 @@ ...@@ -147,7 +147,7 @@
<!-- Troisième div pour les commandes avancées--> <!-- Troisième div pour les commandes avancées-->
<!-- Contribuer et connexion/déconnexion --> <!-- Contribuer et connexion/déconnexion -->
<div class="flex w-1/3 justify-end items-center"> <div class="flex justify-end items-center">
{#if authenticationEnabled} {#if authenticationEnabled}
{#if user === undefined} {#if user === undefined}
<div class="flex"> <div class="flex">
... ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment