-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.css
74 lines (61 loc) · 982 Bytes
/
about.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
.header {
background: url("img/fca7.jpg");
background-position: center -400px;
}
.member {
background-color: rgba(206, 206, 206, 0.3);
border-radius: 2%;
width: 300px;
display: inline-block;
margin: 2em;
}
.profile {
max-width: 150px;
max-height: 150px;
border-radius: 100%;
padding: 0em;
}
.member h2 {
text-shadow: none;
padding-top: .7em;
}
.member ul {
padding: 0;
margin: 0;
}
.member li {
margin: 0;
}
.others ul {
background-color: rgba(206, 206, 206, 0.3);
border-radius: 5px;
}
.others li {
color: white;
font-family: 'Lato', sans-serif;
font-size: 1.5em;
text-decoration: none;
text-align: left;
font-weight: 400;
padding: .5em;
}
.others {
display: inline-block;
}
#wrapper {
max-width: 1500px;
}
@media only screen and (max-width: 1140px) {
.header {
background-position: center -500px;
}
}
@media only screen and (max-width: 700px) {
.member {
width: 100%;
margin: 2em 0;
}
#wrapper .social img{
padding: 1em;
}
}