better mobile view for changelogs

This commit is contained in:
2025-06-02 23:07:14 +02:00
parent 28e9df8251
commit d221e8f8f7
@@ -70,10 +70,13 @@ export default defineComponent({
gap: 1rem; gap: 1rem;
max-width: 45rem; max-width: 45rem;
min-height: 30rem; min-height: 30rem;
max-height: 30rem;
width: 100%; width: 100%;
overflow-y: auto; overflow-y: auto;
@media(min-width: 800px) {
max-height: 30rem;
}
h1 { h1 {
font-size: 3rem; font-size: 3rem;
line-height: 1; line-height: 1;