Skip to content

Commit

Permalink
- fix for Menu size/alignment issue in mobile view #7
Browse files Browse the repository at this point in the history
- Login links stack vertically in mobile view when not logged, but stack inline for other views
  • Loading branch information
nbarrett committed Nov 16, 2024
1 parent 2f181a8 commit 29ad8c8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<div class="d-flex justify-content-around panel-container mr-3">
<div class="justify-content-around panel-container mr-lg-3" [ngClass]="memberLoggedIn() ? 'd-flex': 'd-lg-flex'">
<a class="login-text" (click)="loginOrLogout()">
<img *ngIf="memberLoggedIn()" class="home-logo"
src="/assets/images/ramblers/icons/ramblers_icon_11_home_rgb.png"
Expand Down

0 comments on commit 29ad8c8

Please sign in to comment.