Skip to content

Commit

Permalink
Fix icons + hide nav portfolio on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasledoux1 committed Feb 5, 2025
1 parent 990a15e commit 8b3d343
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 25 deletions.
14 changes: 2 additions & 12 deletions src/assets/PersonalLogo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 2 additions & 12 deletions src/assets/PortfolioLogo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/pages/portfolio.astro
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ import logoWoosh from "../assets/logowoosh.png";
</Case>
</ul>
<div
class="track__indicators h-6 absolute -bottom-12 left-1/2 -translate-x-1/2 flex"
class="track__indicators hidden h-6 absolute -bottom-12 left-1/2 -translate-x-1/2 lg:flex"
>
{
Array.from({ length: 11 }, (_, index) => (
Expand Down

0 comments on commit 8b3d343

Please sign in to comment.