feat: improve styling on small mobile screens

This commit is contained in:
Danny Morabito 2025-07-06 18:26:32 +02:00
parent c16dc1d694
commit f2c34335db
Signed by: dannym
GPG key ID: 7CC8056A5A04557E
6 changed files with 85 additions and 50 deletions

View file

@ -26,6 +26,8 @@
<style>
.tabs {
display: flex;
flex-direction: row;
flex-wrap: wrap;
gap: 0.5rem;
margin-bottom: 1rem;
}