fixed mobile view

This commit is contained in:
2026-07-28 23:04:52 +12:00
parent 91b7718633
commit 3f0206ba95

View File

@@ -84,12 +84,25 @@ const albums = await getCollection('album');
} }
.album-text p { .album-text p {
color: black; color: rgb(0, 0, 0);
}
@media (max-width: 720px) {
.album-text {
padding-right: 1em;
}
.album-text h1 {
font-size: 1.4em;
}
.album-text p {
font-size: 0.8em;
}
} }
</style> </style>