-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathWrite_responsive.css
More file actions
74 lines (71 loc) · 1.19 KB
/
Copy pathWrite_responsive.css
File metadata and controls
74 lines (71 loc) · 1.19 KB
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
@media(max-width:1000px){
.wrapper{
width: 85%;
padding: 0;
}
header{
display: block;
}
.header-logo{
margin-bottom: 20px;
}
.item-search{
position: absolute;
right: 0;
}
.item-last{
margin: 0;
}
.chapter{
display: block;
}
.chapter-right{
width: 100%;
margin-bottom: 100px;
}
.pagenumber{
display: block;
}
.footer-above{
display: block;
}
.profile{
width:100%;
margin-bottom: 100px;
}
.profile-above{
width:40%;
}
.footer-right{
width:100%;
display:flex;
flex-direction:column;
}
.footer-content{
width:100%;
margin-bottom: 100px;
}
.center-content_footer{
padding: 0;
}
footer input{
position: absolute;
left:0;
bottom:0;
padding:12px;
}
.footer-bottom{
display: block;
}
.footer-bottom p{
margin-top: 30px;
}
}
@media(max-width:800px){
.burger-icon{
display: block;
}
.nav-list{
display: none;
}
}