Skip to content

Commit

Permalink
Fix mobile homepage view
Browse files Browse the repository at this point in the history
  • Loading branch information
D3vil0p3r committed Apr 25, 2024
1 parent 3d20557 commit da8a800
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/components/TimelineComponent.astro
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,15 @@ import "/src/styles/timeline.scss";
<div class="swiper-mobile-container">
<ul class="timeline">
<li>
<div class="direction-r completed">
<div class="direction-r">
<div class="flag-wrapper">
<span class="flag">
<a
style="text-decoration:none"
href='https://github.com/Athena-OS/athena-nix/'
>
Implementation of Nix/NixOS based distribution
</a>
</span>
<span class="time-wrapper"><span class="time">Milestone Q1</span></span>
</div>
Expand Down

0 comments on commit da8a800

Please sign in to comment.