-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmain.css
More file actions
109 lines (109 loc) · 1.8 KB
/
main.css
File metadata and controls
109 lines (109 loc) · 1.8 KB
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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
.navigation {
background:#f4f5f6;
border-bottom:.1rem solid #d1d1d1;
display:block;
height:5.2rem;
left:0;
max-width:100%;
position:fixed;
right:0;
top:0;
width:100%;
z-index:50
}
.navigation .container {
padding-bottom:0;
padding-top:0
}
.navigation .navigation-list {
list-style:none;
margin-bottom:0;
margin-right:5rem
}
@media(min-width:80rem) {
.navigation .navigation-list {
margin-right:0
}
}
.navigation .navigation-item {
float:left;
margin-bottom:0;
margin-left:2.5rem;
position:relative
}
.navigation .img {
fill:#9b4dca;
height:2rem;
position:relative;
top:.3rem
}
.navigation .navigation-title,
.navigation .title {
color:#606c76;
font-family:Gotham Rounded A,Gotham Rounded B,Helvetica Neue,Arial,sans-serif;
position:relative
}
.navigation .navigation-link,
.navigation .navigation-title,
.navigation .title {
display:inline;
font-size:1.6rem;
line-height:5.2rem;
padding:0;
text-decoration:none
}
.navigation .navigation-link.active {
color:#606c76
}
.container {
margin: 0 auto;
max-width: 112.0rem;
padding: 0 2.0rem;
padding-top: 0px;
padding-bottom: 0px;
position: relative;
width: 100%;
}
.main{
padding-top: 7rem;
background-color: white;
}
.logo-github, .logo-linkedin{
height: 3.2rem;
position: fixed;
margin: 1rem;
}
.logo-linkedin {
right: 4rem;
width: 3.5rem;
}
.logo-github{
right: 0;
width: 3.2rem;
}
.cv-image{
height: 6rem;
width: 6.7rem;
padding-right: 10px;
float:left;
}
.cv-entry{
overflow:auto;
}
.cv-text
{
float:left;
}
.row{
margin-bottom: 2rem;
}
.project-image{
width: 50%;
}
h3{
margin-bottom: 0px;
padding-bottom: 0px;
}
p{
margin-bottom: 5px;
}