fix stretched image

This commit is contained in:
2025-09-30 13:06:00 +07:00
parent 27cbbfe48e
commit 707c4130e9
+3 -3
View File
@@ -128,15 +128,15 @@ body {
@apply my-16 md:my-0;
}
.page-section.page-section-alt > .container {
@apply my-0 flex flex-col md:flex-row justify-between items-center;
@apply my-0 flex flex-col md:flex-row items-center;
}
.page-section.page-section-alt > .container > .section {
@apply md:mb-4;
}
.page-section.page-section-alt > .container > .section-img {
@apply w-full md:w-[45%];
@apply w-full md:w-[45%] md:mr-12;
img {
@apply md:my-16;
@apply md:my-16 object-cover rounded-xl;
}
}
.footer {