Adds "fierement quebecois"

This commit is contained in:
2025-02-14 15:08:18 -05:00
parent a110822126
commit 13bc561215
2 changed files with 12 additions and 2 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 995 B

View File

@@ -52,7 +52,17 @@ function toggleLanguage() {
</router-link>
</div>
<div class="flex-grow"></div>
<div class="flex-grow flex items-center lg:items-start lg:justify-center p-4">
<div class="text-nowrap flex flex-row justify-start lg:justify-center items-center gap-2">
<img alt="fleur lys"
src="/images/fleur-lys.png"
width="32"
/>
<span class="font-sans font-medium hidden lg:inline">
Fièrement Québécois
</span>
</div>
</div>
<div class="side-menu">
@@ -129,7 +139,7 @@ function toggleLanguage() {
.side-logo {
@apply flex items-center justify-center;
@apply px-4 lg:px-0;
@apply mx-6 lg:mx-0 lg:mt-2;
}
.side-menu {