Skip to content

Commit aa688b9

Browse files
committed
Minor CSS tweaks
1 parent 665ff4b commit aa688b9

File tree

1 file changed

+16
-2
lines changed

1 file changed

+16
-2
lines changed

index.html

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@
2525
color: white;
2626
font-size: 300%;
2727
margin: 0em;
28+
margin-top: 1em;
29+
margin-bottom: 1em;
2830
}
2931

3032
#name {
@@ -41,6 +43,16 @@
4143
margin-top: 1em;
4244
}
4345

46+
#contactme {
47+
margin-top: 0;
48+
margin-bottom: 0;
49+
}
50+
51+
#links {
52+
margin-top: 2em;
53+
margin-bottom: 0.5em;
54+
}
55+
4456
p {
4557
text-align:left;
4658
color: white;
@@ -161,7 +173,9 @@
161173
}
162174

163175
form {
164-
padding: 2em 0;
176+
margin-top: 0;
177+
margin-bottom: 2em;
178+
padding: 0;
165179
text-align: center;
166180
}
167181

@@ -223,7 +237,7 @@ <h2 id="job-title">front-end developer</h2>
223237
</div>
224238

225239
<div id="portfolio" class="page">
226-
<h1 id="name">MY WORK</h1>
240+
<h1>Projects</h1>
227241

228242
<div class="wrapper center">
229243
<div class="box a">

0 commit comments

Comments
 (0)