aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/ViewAds.css
diff options
context:
space:
mode:
authorLibravatarLibravatar Biswakalyan Bhuyan <biswa@surgot.in> 2024-07-26 21:35:30 +0530
committerLibravatarLibravatar Biswakalyan Bhuyan <biswa@surgot.in> 2024-07-26 21:35:30 +0530
commite9d14a0a516217da02e1ef8a6e1dc78e46116b18 (patch)
treea38d09f714856f11724d10acb77692704278a109 /src/components/ViewAds.css
parent55aed6d7c2df0daedbdabea0d1727acb1815ce2b (diff)
downloadadmin-panel-e9d14a0a516217da02e1ef8a6e1dc78e46116b18.tar.gz
admin-panel-e9d14a0a516217da02e1ef8a6e1dc78e46116b18.tar.bz2
admin-panel-e9d14a0a516217da02e1ef8a6e1dc78e46116b18.zip
fetching the content from firebase
Diffstat (limited to 'src/components/ViewAds.css')
-rw-r--r--src/components/ViewAds.css21
1 files changed, 21 insertions, 0 deletions
diff --git a/src/components/ViewAds.css b/src/components/ViewAds.css
new file mode 100644
index 0000000..ec1ccf6
--- /dev/null
+++ b/src/components/ViewAds.css
@@ -0,0 +1,21 @@
+.ads-container {
+ display: flex;
+ flex-wrap: wrap;
+ gap: 10px;
+}
+
+.ad-item {
+ border: 1px solid #ddd;
+ padding: 10px;
+ border-radius: 4px;
+}
+
+img {
+ max-width: 100%;
+ height: auto;
+}
+
+video {
+ max-width: 100%;
+ height: auto;
+}