Skip to content

Commit db22e9b

Browse files
committed
Add CV, couple CSS adjustments
1 parent d357695 commit db22e9b

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

index.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,17 @@
44
<meta charset="utf-8">
55
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
66
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1">
7-
<title>DevoNoel</title>
7+
<title>devonoel</title>
88
<link rel="stylesheet" href="main.css" />
99
</head>
1010

1111
<body>
1212
<header>
13-
<h1>DevoNoel</h1>
13+
<h1>devonoel</h1>
1414
<h2>Fan of Minimalism</h2>
1515
<div id="social">
16-
<a href="https://github.com/DevoNoel">Github</a>
16+
<a href="https://github.com/devonoel/cv">CV</a>
17+
<a href="https://github.com/devonoel">Github</a>
1718
<a href="mailto:[email protected]">Email</a>
1819
</div>
1920
</header>

main.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,13 @@ header {
3535

3636
header h1 {
3737
font-family: 'Ramabhadra', sans-serif;
38-
font-size: 4.1em;
38+
font-size: 4em;
3939
line-height: 0.8em;
4040
padding-bottom: 40px;
4141
}
4242

4343
header h2 {
44-
font-size: 2.1em;
44+
font-size: 2em;
4545
}
4646

4747
#social {
@@ -103,11 +103,11 @@ header h2 {
103103
}
104104

105105
header h1 {
106-
font-size: 4.1em;
106+
font-size: 4em;
107107
}
108108

109109
header h2 {
110-
font-size: 2.1em;
110+
font-size: 2em;
111111
}
112112

113113
#social a {

0 commit comments

Comments
 (0)