aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/ViewAds.css
blob: ec1ccf6b078c58b7fa1d0e764abbc27b1a9415cf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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;
}