diff options
| author | ozpv <39195175+ozpv@users.noreply.github.com> | 2026-05-30 15:43:20 -0500 |
|---|---|---|
| committer | ozpv <39195175+ozpv@users.noreply.github.com> | 2026-05-30 15:43:20 -0500 |
| commit | fe61360983f6738d9a749d4fea239a06db2fb3a9 (patch) | |
| tree | 70d9c659091b77d490baab4078b8b088b2d5fa74 /public/index.html | |
| parent | d7e2a319ce4be803e4b761d16377886b52908a2d (diff) | |
clip overflow and fix mobile view
Diffstat (limited to 'public/index.html')
| -rw-r--r-- | public/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/index.html b/public/index.html index 2b46caa..3093c59 100644 --- a/public/index.html +++ b/public/index.html @@ -4,7 +4,7 @@ <main style="min-height: 100vh;">
<h1 style="text-align: center; margin-bottom: 0px;">Electrical Engineer</h1>
<div class="center">
- <div style="text-align: left; max-width: 720px;">
+ <div style="text-align: left;" class="width">
<p>You might be here because you were tricked! However, I refuse to scam you like instagram grifters with similar bios will.</p>
<p><a href="/blog">My blog</a> contains tutorials on various electrical engineering topics like signal processing and also other tech things.</p>
<p>Listen to <a href="/music">my music.</a> The majority of streaming services should be linked.</p>
|
