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, 0 insertions, 21 deletions
diff --git a/src/components/ViewAds.css b/src/components/ViewAds.css
deleted file mode 100644
index ec1ccf6..0000000
--- a/src/components/ViewAds.css
+++ /dev/null
@@ -1,21 +0,0 @@
-.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;
-}