-
Notifications
You must be signed in to change notification settings - Fork 0
/
max-481px.css
49 lines (45 loc) · 951 Bytes
/
max-481px.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
/* Responsive styles */
@media screen and (max-width: 481px) {
html{
font-size: 60%;
}
.nav2_connect {
padding: 8px 3px;
}
.sec2_button h4 {
width: 117px;
}
.sec3_card {
width: 143px;
}
.sec3_heart h2, .sec3_heart a img, .sec3_card h4, .sec3_card p {
padding: 0px 8px;
line-height: 14px;
}
.sec3_button h3 {
padding: 3px 0px;
width: 79%;
margin-top: -16px;
border-radius: 10px;
margin-bottom: 9px;
}
.sec3_heart img{
height: 20px;
width: 20px;
}
.sec3_menu li {
padding: 10px 7px;
}
.menu_catagory ul li {
width: 62px;
}
.menu_catagory ul:nth-child(1) {
width: 48%;
}
.menu_catagory {
width: 152px;
}
.menu_catagory ul:nth-child(2) {
width: 51%;
}
}