fix stretched image
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user