aboutsummaryrefslogtreecommitdiffstats
path: root/src/App.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/App.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/App.css')
-rw-r--r--src/App.css15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/App.css b/src/App.css
index b9d355d..11b9e12 100644
--- a/src/App.css
+++ b/src/App.css
@@ -33,6 +33,21 @@
}
}
+.ads-container {
+ display: flex;
+ flex-wrap: wrap;
+ gap: 16px;
+}
+
+.ad-item {
+ width: 200px;
+ height: auto;
+}
+
+.ad-item img, .ad-item video {
+ width: 100%;
+ height: auto;
+}
.card {
padding: 2em;
}