mirror of
https://github.com/p-stream/p-stream.git
synced 2026-04-20 01:02:06 +00:00
fix ad padding
This commit is contained in:
parent
084691d0c4
commit
84428f0d42
1 changed files with 1 additions and 1 deletions
|
|
@ -103,7 +103,7 @@ export function HeroPart({ setIsSticky, searchParams }: HeroPartProps) {
|
|||
|
||||
{/* Optional ad */}
|
||||
{conf().SHOW_AD ? (
|
||||
<div className="-mb-20 w-[16rem] mx-auto">
|
||||
<div className="-mb-10 md:-mb-20 w-[16rem] mx-auto">
|
||||
{conf().AD_CONTENT_URL.length !== 0 ? (
|
||||
<a href={conf().AD_CONTENT_URL[0]}>
|
||||
<img src={conf().AD_CONTENT_URL[1]} alt="ad for zaccounts" />
|
||||
|
|
|
|||
Loading…
Reference in a new issue