Fix images going off-screen
This commit is contained in:
parent
ed7acd97cf
commit
cc27f28c36
|
@ -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) */
|
||||
|
|
Loading…
Reference in New Issue