Added max width on all images

No more image overflowing on small devices :)
This commit is contained in:
Etienne Werly 2023-05-16 16:07:08 +02:00
parent 83ae9b315b
commit 3ca67e09f3
2 changed files with 5 additions and 5 deletions

View File

@ -67,6 +67,10 @@ iframe {
}
*/
img {
max-width: 100%
}
.footer {
text-align: center;
}
@ -716,10 +720,6 @@ a.button:hover {
width: 100%;
}
.card img {
max-width: 100%;
}
.card-footer {
background: #f5f5f5;
width: 100%;

File diff suppressed because one or more lines are too long