fix: logo and preview layout in Hero

This commit is contained in:
rzmk 2023-12-22 12:03:24 -05:00
parent 1407dde13d
commit 962ea346dc
No known key found for this signature in database
3 changed files with 3 additions and 2 deletions

View file

@ -26,7 +26,7 @@ export const Hero = () => {
animate={{ opacity: 1, y: 0 }}
transition={{ duration: 0.5, delay: 0.05 }}
>
<div className="flex justify-center items-center ml-20">
<div className="grid grid-cols-1 sm:flex sm:ml-20 place-items-center justify-center items-center">
{/* <span>qsv pro</span> */}
<img
src={qsvProLogo}