From 047da74c46472eee08c464d866b6ae642ca13ec4 Mon Sep 17 00:00:00 2001 From: AK Delfin Date: Mon, 12 Aug 2024 18:20:51 +0300 Subject: [PATCH] add btn downloads --- content-advertiser.php | 6 ++++++ frontend/src/global.css | 10 +++++++++- 2 files changed, 15 insertions(+), 1 deletion(-) 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