fixes image aspect ratio

This commit is contained in:
Çetin
2025-07-28 12:04:31 +03:00
parent 9bf03bcb2f
commit 63c55fa370

View File

@@ -11,3 +11,7 @@
flex: 1 1 auto; flex: 1 1 auto;
padding-bottom: 2rem; padding-bottom: 2rem;
} }
img {
max-width: none !important;
}