diff --git a/app/assets/css/main.css b/app/assets/css/main.css index 325c397..8a6f2aa 100755 --- a/app/assets/css/main.css +++ b/app/assets/css/main.css @@ -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 {