Adjust the size of the header advertisement banner
Update the width of the header ad component from 970px to 1360px. Replit-Commit-Author: Agent Replit-Commit-Session-Id: 401e2ec0-e00d-4f10-9d0e-60f3d479f9a5 Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/60d372ff-2c10-46c7-b01b-10c3435136b0/401e2ec0-e00d-4f10-9d0e-60f3d479f9a5/yX6Gd9a
This commit is contained in:
parent
e96e1144a1
commit
1cfefe096e
4
.replit
4
.replit
@ -27,6 +27,10 @@ externalPort = 3001
|
|||||||
localPort = 35637
|
localPort = 35637
|
||||||
externalPort = 3000
|
externalPort = 3000
|
||||||
|
|
||||||
|
[[ports]]
|
||||||
|
localPort = 44705
|
||||||
|
externalPort = 3003
|
||||||
|
|
||||||
[env]
|
[env]
|
||||||
PORT = "5000"
|
PORT = "5000"
|
||||||
|
|
||||||
|
|||||||
BIN
attached_assets/image_1759087848372.png
Normal file
BIN
attached_assets/image_1759087848372.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 114 KiB |
@ -27,7 +27,7 @@ export default function HeaderAd() {
|
|||||||
className="adsbygoogle"
|
className="adsbygoogle"
|
||||||
style={{
|
style={{
|
||||||
display: 'inline-block',
|
display: 'inline-block',
|
||||||
width: '970px',
|
width: '1360px',
|
||||||
height: '90px'
|
height: '90px'
|
||||||
}}
|
}}
|
||||||
data-ad-client="ca-pub-4465464714854276"
|
data-ad-client="ca-pub-4465464714854276"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user