diff options
author | Luke T. Shumaker <lukeshu@lukeshu.com> | 2024-04-23 19:56:39 -0600 |
---|---|---|
committer | Luke T. Shumaker <lukeshu@lukeshu.com> | 2024-04-23 19:56:57 -0600 |
commit | edb440f1cf8f864587e582349f4d07b1d38538fb (patch) | |
tree | eddbb9d5d7c652cb01de95e21d98da8c8e8ff474 /public/x11-systemd.html | |
parent | e2ff614dcee1225a53317e90d262817ca4b36b57 (diff) | |
parent | aa15dc46cf74c69c7dd3309d958b71addd6b6465 (diff) |
make: Revert "Fuss with the CSS to make Firefox for Android happy"
This reverts commit 079efbc10b5e8c89e4f87b017ffa02e9d32aefb3.
Diffstat (limited to 'public/x11-systemd.html')
-rw-r--r-- | public/x11-systemd.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/public/x11-systemd.html b/public/x11-systemd.html index a238c73..a26b00d 100644 --- a/public/x11-systemd.html +++ b/public/x11-systemd.html @@ -3,6 +3,7 @@ <head> <meta charset="utf-8"> <title>My X11 setup with systemd — Luke T. Shumaker</title> + <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" href="assets/style.css"> <link rel="alternate" type="application/atom+xml" href="./index.atom" name="web log entries"/> </head> |