fixed mobile card for scale

This commit is contained in:
steven 2021-07-27 17:16:23 -07:00
parent 6881a15a46
commit abfae5c3af
2 changed files with 3 additions and 1 deletions

View File

@ -15,7 +15,7 @@ const ContentSectionSale = () => {
<section className="">
<div className="grid grid-cols-3 gap-6 mb-6">
<div className="col-span-3 lg:col-span-2">
<div className="bg-bkg-3 border border-bkg-4 bg-feature-two bg-contain lg:bg-cover bg-bottom bg-no-repeat h-650 w-full shadow-md rounded-xl overflow-hidden mx-auto">
<div className="bg-bkg-3 border border-bkg-4 bg-feature-two bg-contain lg:bg-cover bg-bottom bg-no-repeat h-750 md:h-650 lg:h-650 w-full shadow-md rounded-xl overflow-hidden mx-auto">
<div className="py-4 px-8 mt-3">
<div className="flex flex-col mb-8">
<h2 className="text-white font-semibold text-xl tracking-wide mb-2">

View File

@ -26,6 +26,8 @@ module.exports = {
height: {
575: '575px',
650: '650px',
750: '750px',
},
cursor: {
help: 'help',