forked from mdadeeljawaid/Pharmacy
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcat.css
47 lines (41 loc) · 739 Bytes
/
cat.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
#categories{
width: 270px;float: left;
height: 100%;
}
.card-title{
color: blue;
}
@media only screen and (max-width:700px) {
#categories{
display:none;
}
}
.card-img-top{
height: 200px;
}
#del{
color: rgb(155, 146, 146);
}
.price {
color: rgb(3, 3, 3);
font-weight: bold;
}
#del{
margin-bottom: 0%;
}
@media only screen and (max-width:600px) {
#product-div{
width: 50%;
height:fit-content;
padding: 0%;
}
#product-des{
font-size: x-small;
}
.mt-3, .my-3{
margin-top:0px !important;
}
.card-img-top{
height: 150px;
}
}