Skip to content

Commit

Permalink
Improve responsiveness for small screens
Browse files Browse the repository at this point in the history
  • Loading branch information
sondreb committed Oct 20, 2024
1 parent 1d2e9fa commit 28c2f12
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/app.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@
</main>

<div class="download-container">
<div class="ariton-logo-footer" alt="Ariton logo"></div>
Crafted with ❤️ by Ariton team
<div class="ariton-logo-footer hide-tiny" alt="Ariton logo"></div>
<span class="hide-small">Crafted with ❤️ by Ariton team</span>
<a href="https://alpha.ariton.app">
<button>Open Ariton</button>
</a>
Expand Down

0 comments on commit 28c2f12

Please sign in to comment.