-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.css
71 lines (63 loc) · 1.11 KB
/
main.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
.profile-img{
width: 100%;
height: auto;
border-radius: 50%;
margin-top: 144px;
}
.info{
text-align: center;
}
.name{
font-size: 18px;
margin-bottom: 0px;
}
.job-title{
font-size: 14px;
margin-bottom: 0px;
}
.info a.company {
font-size: 14px;
color: #405D72;
}
.info a.ex-company {
font-size: 14px;
color: #3F4742;
}
.nav-right{
float: right;
}
.paper{
margin-bottom: 0px;
}
.app{
margin-bottom: 0px;
}
.right-container{
margin-top: 144px;
}
/* Style the links inside the navigation bar */
.topnav a {
text-align: center;
padding: 14px 16px;
text-decoration: none;
font-size: 17px;
color: #000;
font-weight: 400;
}
.topnav{
margin-top: 60px;
}
/* Right-aligned section inside the top navigation */
.topnav-right {
float: right;
}
.paper {
margin-bottom: 5px; /* Adjust the value to your preference */
}
.paper + a {
margin-top: 5px; /* Adjust the value to your preference */
display: inline-block;
}
.container {
margin-bottom: 20px; /* Adjust the value to your preference */
}