-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmediascreen.css
73 lines (71 loc) · 1.28 KB
/
mediascreen.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
@media only screen and (max-width:790px) {
.bennarSaction h1{
font-size:40px ;
}
.bennarSactionp{
font-size: 15px;
}
.topFooter{
height: 80px;
}
.topFooterSarch{
width: 95%;
height: 40px;
}
.topFooterSarch img{
padding: 0px 5px;
}
.brand{
margin-top: 410px;
width: 100%;
}
.mb-bannar{
display: none;
}
.card-title{
font-size: 35px;
}
.card-title p{
font-size: 14px;
}
.sdetails h4{
font-size: 25px;
}
.sdetails p{
font-size: 20px;
}
.placeBides{
margin: auto;
}
.card{
width: 435px;
}
.simg{
height: 57px;
width: 60px;
}
.c-F-Margin{
margin-left: 50px;
}
.numberBox-item1{
height: 100px;
width: 80px;
text-align: center;
border: 1px solid #868492;
}
.numberBox-items h1{
font-size: 3rem;
font-weight: bolder;
font-family: 'Inter';
}
.auctions p{
margin: auto;
text-align: right;
}
.footer h1{
font-size: 2px;
}
.footer p{
font-size: 10px;
}
}