diff --git a/content-advertiser.php b/content-advertiser.php index 7db230e..d9b95e6 100644 --- a/content-advertiser.php +++ b/content-advertiser.php @@ -55,7 +55,13 @@ $extensionToClassMap = [ + + + + \ No newline at end of file diff --git a/frontend/src/global.css b/frontend/src/global.css index 5e9ebc6..700b2ca 100644 --- a/frontend/src/global.css +++ b/frontend/src/global.css @@ -72,4 +72,12 @@ button { .wp-block-embed iframe { width: 100%; -} \ No newline at end of file +} + +.advert_download{ + text-align: center; +} + +.btn_download{ + border: 2px solid black; +} \ No newline at end of file