mirror of
https://github.com/p-stream/p-stream.git
synced 2026-03-11 09:45:33 +00:00
Update AdsPart.tsx
This commit is contained in:
parent
04618295fe
commit
3a1914e52a
1 changed files with 1 additions and 1 deletions
|
|
@ -60,7 +60,7 @@ export function AdsPart(): JSX.Element | null {
|
|||
<>
|
||||
<div className="flex flex-col md:flex-row md:space-x-4 space-y-4 md:space-y-0 justify-center w-full items-center md:items-start">
|
||||
{showAd1 ? (
|
||||
<div className="rounded-xl bg-background-main hover:scale-[1.02] max-w-[16rem] md:max-w-[20rem] transition-all duration-300 md:flex-1 relative group">
|
||||
<div className="rounded-xl bg-background-main hover:scale-[1.02] max-w-[16rem] md:max-w-[22rem] transition-all duration-300 md:flex-1 relative group">
|
||||
<div className="bg-opacity-10 bg-buttons-purple rounded-xl border-2 border-buttons-purple border-opacity-30 hover:border-opacity-70 hover:shadow-lg hover:shadow-buttons-purple/20">
|
||||
{" "}
|
||||
<button
|
||||
|
|
|
|||
Loading…
Reference in a new issue