Skip to content

Commit

Permalink
More mobile fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ZainGS committed Apr 12, 2024
1 parent ddadf60 commit 15d9ab1
Show file tree
Hide file tree
Showing 3 changed files with 868 additions and 691 deletions.
4 changes: 2 additions & 2 deletions ClientApp/src/app/home/home.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ <h5 style="text-align: center; margin-top: 10px;">SELECT YOUR LOADOUT</h5>
-->

<!-- DESKTOP: Base Div (Container) -->
<div class="desktop-container">
<div *ngIf="browserWindow.innerWidth/browserWindow.innerHeight >= 1" class="desktop-container">
<div style="color: white; position: absolute; top: 0%; left: 0%; width:100%;">
<div>
<div class="flex-container">
Expand Down Expand Up @@ -316,7 +316,7 @@ <h5 style="text-align: center; margin-top: 10px;">SELECT YOUR LOADOUT</h5>
</div>

<!-- MOBILE: Base Div (Container) -->
<div class="mobile-container">
<div *ngIf="browserWindow.innerWidth/browserWindow.innerHeight < 1" class="mobile-container">
<div style="color: white; position: absolute; top: 0%; left: 0%; width:100%;">
<div>
<div class="flex-container-mobile">
Expand Down
Loading

0 comments on commit 15d9ab1

Please sign in to comment.