-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmobstyle.css
More file actions
90 lines (67 loc) · 996 Bytes
/
mobstyle.css
File metadata and controls
90 lines (67 loc) · 996 Bytes
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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
@media only screen and
(max-width: 768px) {
.p_cont {
width:100%;
}
.shadow {
display:none;
}
.header .title {
display:none;
}
.header .logo_start {
display:block;
}
.body .content .main {
height:auto;
overflow-y:none;
}
.group_4 .row .col-sm-5 {
width:40%;
display:inline-block;
}
.comment .col-sm-3 {
width:30%;
float:left;
}
.comment .col-sm-9 {
width:60%;
float:left;
}
.comment .col-sm-3 span{
display:block;
font-size:0.8em;
}
.comment .col-sm-9 {
display:inline-block;
}
.right_pane .comments_f {
margin-top:20px;
width:100%;
}
.body .content .products .col-sm-3 {
overflow-y:hidden;
overflow-x:auto;
height:100px;
}
.body .content .products .col-sm-3 img{
width:80px;
margin-right:10px;
}
.body .content .products .col-sm-8 {
padding-left:10px;
}
.body .content .products .col-sm-8 .main_product_image {
display:block;
margin-left:auto;
margin-right:auto;
}
.right_pane {
overflow-y:none;
overflow-x:hidden;
}
.left_pane {
overflow-y:none;
overflow-x:hidden;
}
}