forked from anishrijal/responsiveweb
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmobile.css
More file actions
61 lines (60 loc) · 948 Bytes
/
mobile.css
File metadata and controls
61 lines (60 loc) · 948 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
.logo{
left: 35%;
flex: 0 0 100%;
}
@keyframes logo{
from {
transform: rotate(0) scale(s);
}
0%{
transform: rotate(-720deg) scale(1);
left: 35%;
}
to{
transform: rotate(0) scale(1);
}
}
.flex-list{
margin-top: 110px;
margin-left: 0;
flex-flow: column;
}
.flex-list li{
visibility: hidden;
padding: 0;
}
.flex-list a{
visibility: visible;
border-top: 1px dashed gray;
}
.fourboxes{
display: none;
}
.columnone{
display :none;
}
.social{
flex: 1 1 100%;
border-right: none;
padding-bottom: 10px;
display: flex;
flex-wrap: wrap;
flex: 1;
justify-content: center;
/*margin-left: -30px;*/
border-bottom: 1px dashed gray;
}
.social li:nth-of-type(odd), li:nth-of-type(even){
flex: 1 1 50%;
}
.copyright{
flex: 1 1 100%;
border-right: none;
padding-bottom: 10px;
border-bottom: 1px dashed gray;
}
.comment{
flex: 1 1 100%;
margin-bottom: 20px;
/*padding-bottom: 30px;*/
}