summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Van Doorn <nick@nv.delivery>2022-06-16 21:33:54 -0700
committerNick Van Doorn <nick@nv.delivery>2022-06-16 21:33:54 -0700
commitc924219c521689c9600dd84eee5929c27318bdeb (patch)
tree6f3164c11e7712239ef14fcff75c8e0235f428f6
parent49a61617096e6ff5f21978fed20911d6792ec7e1 (diff)
Fix mobile
Wow that looked bad prior to this.
-rw-r--r--index.html2
-rw-r--r--main.css1
-rw-r--r--me.jpgbin181389 -> 60919 bytes
3 files changed, 2 insertions, 1 deletions
diff --git a/index.html b/index.html
index 161113a..0a58cfc 100644
--- a/index.html
+++ b/index.html
@@ -17,7 +17,7 @@
<li><a href="https://keys.openpgp.org/search?q=EA91B002A8F4238E">PGP EA91B002A8F4238E</a></li>
</ul>
</div>
- <img src="me.jpg" alt="Profile picture of Nicholas Van Doorn, taken in Victoria BC" width="200">
+ <img src="me.jpg" alt="Profile picture of Nicholas Van Doorn, taken in Victoria BC">
</header>
<article>
<h2>Experience</h2>
diff --git a/main.css b/main.css
index 895db7f..046ee72 100644
--- a/main.css
+++ b/main.css
@@ -1,6 +1,7 @@
header {
display: flex;
justify-content: space-between;
+ flex-wrap: wrap;
}
body {
diff --git a/me.jpg b/me.jpg
index cd25689..e0dfe2a 100644
--- a/me.jpg
+++ b/me.jpg
Binary files differ