Fix images going off-screen

This commit is contained in:
blankie 2023-04-10 22:01:38 +07:00
parent ed7acd97cf
commit cc27f28c36
Signed by: blankie
GPG Key ID: CC15FC822C7F61F5
1 changed files with 1 additions and 0 deletions

View File

@ -34,6 +34,7 @@ void css_route(const httplib::Request& req, httplib::Response& res) {
img {
object-fit: cover;
max-width: 100%;
}
/* USER PAGE (and a tiny bit for illustrations page) */