-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
60 lines (50 loc) · 940 Bytes
/
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
.margin10 {
margin:10px;
}
.profile-title {
font-family: roboto, sans-serif;
margin-bottom: 0px;
}
.profile-image {
margin-bottom: 10px;
}
.head-buffer {
height: 10px;
}
.base-buffer {
height: 10px;
}
.intro {
margin-top: 10px;
background-color: #f0f0f0;
font-family: 'Nanum Gothic', sans-serif;
font-size: 15px;
padding: 5px;
width: 100%;
}
.outer-link {
font-size: 12px;
}
.badge-symbol {
width: 32px;
/* 좁은 넓이로 볼 떄 줄바뀜되면 여백을 만들어 주기 위함 */
margin-top: 4px;
margin-bottom: 4px;
}
.badge-bside {
width: 42px;
/* 좁은 넓이로 볼 떄 줄바뀜되면 여백을 만들어 주기 위함 */
margin-top: 4px;
margin-bottom: 4px;
}
@media ( min-width : 768px) {
.head-buffer {
height: 30px;
}
.base-buffer {
height: 20px;
}
.outer-link {
font-size: 14px;
}
}