[READ-ONLY] Mirror of https://github.com/danielroe/dwaring87-webdev-wedding. Marissa & David's Wedding Website!
0

Configure Feed

Select the types of activity you want to include in your feed.

Style: fix card margin and image sizes

+2 -2
+2 -2
assets/default.css
··· 38 38 } 39 39 40 40 .card { 41 - @apply bg-gradient-to-b from-white to-gray-100 m-8 border border-white shadow-md rounded-md; 41 + @apply bg-gradient-to-b from-white to-gray-100 my-8 mx-1 sm:mx-2 md:mx-8 border border-white shadow-md rounded-md; 42 42 } 43 43 .card-title { 44 44 @apply bg-gradient-to-b from-emerald-700 to-emerald-800 opacity-90 p-4 rounded-t-md; ··· 60 60 @apply mx-auto; 61 61 } 62 62 .split-right img { 63 - @apply max-w-full lg:max-w-sm !important; 63 + @apply mx-auto w-max max-h-36 md:max-h-48 lg:max-w-sm lg:max-h-fit !important; 64 64 } 65 65 66 66 .alert {