-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmobile-style.css
84 lines (76 loc) · 1.51 KB
/
mobile-style.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
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
@media (max-width: 800px) {
.page {
height: unset;
display: unset;
padding-top: 10px;
padding-top: 10px;
}
#login {
display: none;
}
#top-bar {
width: 100%;
}
.logo {
margin: 20px;
text-align: center;
display: flex;
justify-content: center;
width: 50px !important;
}
.logo:nth-child(1) {
margin: 20px auto;
}
#title-page {
display: block;
justify-content: unset;
align-items: center;
text-align: center;
height: unset;
}
.google-play-badge {
margin: 0 auto;
width: 120px !important;
}
.page img {
width: 70vw;
margin: 0px;
}
.small-page {
min-height: 100vh;
display: block;
}
.info-item {
width: 80vw !important;
margin: 0 auto !important;
margin-top: 10px !important;
margin-bottom: 10px !important;
}
.description {
width: 90%;
}
#footer {
display: block;
}
#footer .top , #footer .bottom{
display: block;
}
#link-bar {
display: block;
justify-content: unset;
}
.team {
margin: 0 auto;
}
.team .team-content .member {
width: 100%;
margin: 0;
}
.team .team-content .imgs {
display: block;
margin: 0 auto;
}
.team .team-content h2, .team .team-content p {
text-align: center;
}
}