We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 665ff4b commit aa688b9Copy full SHA for aa688b9
index.html
@@ -25,6 +25,8 @@
25
color: white;
26
font-size: 300%;
27
margin: 0em;
28
+ margin-top: 1em;
29
+ margin-bottom: 1em;
30
}
31
32
#name {
@@ -41,6 +43,16 @@
41
43
margin-top: 1em;
42
44
45
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
56
p {
57
text-align:left;
58
@@ -161,7 +173,9 @@
161
173
162
174
163
175
form {
164
- padding: 2em 0;
176
177
+ margin-bottom: 2em;
178
+ padding: 0;
165
179
text-align: center;
166
180
167
181
@@ -223,7 +237,7 @@ <h2 id="job-title">front-end developer</h2>
223
237
</div>
224
238
225
239
<div id="portfolio" class="page">
226
- <h1 id="name">MY WORK</h1>
240
+ <h1>Projects</h1>
227
241
228
242
<div class="wrapper center">
229
243
<div class="box a">
0 commit comments