Fixed logo scaling for mobile.
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 1m51s

This commit is contained in:
Lindsay 2025-05-09 14:17:46 -07:00
parent 971abe413b
commit 22378c5b2b

View File

@ -25,6 +25,7 @@
}
.logo {
width: 100%;
max-width: 400px; /* Adjust as needed */
height: auto;
}