fix(web): limit all images max width

This commit is contained in:
əlemi 2024-05-13 17:18:31 +02:00
parent b904883e15
commit 6841691910
Signed by: alemi
GPG key ID: A4895B84D311642C

View file

@ -156,6 +156,9 @@
position: relative; position: relative;
bottom: 3em; bottom: 3em;
} }
img {
max-width: 100%;
}
img.avatar-circle { img.avatar-circle {
display: inline; display: inline;
border-radius: 50%; border-radius: 50%;