mirror of
https://github.com/dathere/qsvpro.dathere.com.git
synced 2025-12-19 05:59:24 +00:00
fix: logo and preview layout in Hero
This commit is contained in:
parent
1407dde13d
commit
962ea346dc
3 changed files with 3 additions and 2 deletions
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue