-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmobile.css
More file actions
63 lines (56 loc) · 872 Bytes
/
Copy pathmobile.css
File metadata and controls
63 lines (56 loc) · 872 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
@media screen and (max-width: 1200px) {
.navigation {
flex-direction: column;
margin-bottom: 23px;
}
.nav-left {
flex-direction: column;
text-align: center;
}
.content-right {
display: none;
}
.home-article {
flex-direction: column;
}
.home-article-img {
text-align: center;
}
.year-box {
top: 25px;
left: 60vw;
font-size: 11px;
display: flex;
}
.year-box div {
padding: 0 3px;
margin: 0;
}
.home-article img {
width: 70vw;
}
.form-input {
width: 50%;
}
.form-box input,
textarea {
width: 66vw;
}
.row {
flex-direction: column;
}
.social {
padding: 0;
}
.post-img {
height: auto;
}
.adjust-year {
position: static;
height: auto;
padding: 12px 0px;
display: flex;
justify-content: flex-end;
width: 100%;
}
}