aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/ViewAds.css
diff options
context:
space:
mode:
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;
+}