Skip to content

Commit

Permalink
Fix burger menu
Browse files Browse the repository at this point in the history
  • Loading branch information
khcr committed Feb 1, 2025
1 parent 451f554 commit 67481df
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
7 changes: 5 additions & 2 deletions src/components/2025/Register.astro
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@
font-size: 30px;

.column {
margin: 0 40px 0 40px;
display: flex;
flex-direction: column;

Expand Down Expand Up @@ -113,7 +112,11 @@
font-size: 20px !important;

.column {
margin: 0 20px 0 20px !important;
//margin: 0 10px 0 10px !important;

p.head {
font-size: 10px !important;
}
}
}

Expand Down
4 changes: 1 addition & 3 deletions src/layouts/Burger.astro
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,8 @@
<li><a href="/2025">RJ25</a></li>
<li><a href="/login">Login</a></li>
<li><a href="/vision">Vision</a></li>
<li><a href="/photos">Photos</a></li>
<li><a href="/volunteers">Bénévole</a></li>
<li><a href="/support">Soutenir</a></li>
<li><a href="/faq">FAQ</a></li>
<li><a href="/contact">Contact</a></li>
</ul>
</div>
</header>
Expand Down

0 comments on commit 67481df

Please sign in to comment.