diff --git a/index.html b/index.html index 500d645..4d97705 100644 --- a/index.html +++ b/index.html @@ -182,6 +182,10 @@

2025-04-13

+
+A picture of me +My typical profile picture +
A picture of me

diff --git a/jaytux.com.md b/jaytux.com.md index 6d65be7..4382827 100644 --- a/jaytux.com.md +++ b/jaytux.com.md @@ -11,6 +11,10 @@ header-includes: ---
+
+ A picture of me + My typical profile picture +
A picture of me

Jonas Sys

diff --git a/overrides.css b/overrides.css index cd4c81c..f0a2f40 100644 --- a/overrides.css +++ b/overrides.css @@ -32,3 +32,18 @@ header { vertical-align: middle; height: 1em; } + +.mobile-image { + display: none; +} + +@media(max-width: 700px) { + .mobile-image { + display: flex; + flex-direction: column; + } + + .left, .right { + display: none; + } +}