diff options
author | mms <michal@sapka.me> | 2024-05-30 23:26:47 +0200 |
---|---|---|
committer | mms <michal@sapka.me> | 2024-05-30 23:26:47 +0200 |
commit | f913033d24194f865dcb9c91874cf384edfdd854 (patch) | |
tree | e7a663b965fc1c730caf154eed4eaa10a2a8713d /layouts/unix-history | |
parent | 5edfcfc2edb730150fbb044d67af486f0878545f (diff) |
fix: responsive
Diffstat (limited to 'layouts/unix-history')
-rw-r--r-- | layouts/unix-history/baseof.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/layouts/unix-history/baseof.html b/layouts/unix-history/baseof.html index 696e0b6..e8c61d1 100644 --- a/layouts/unix-history/baseof.html +++ b/layouts/unix-history/baseof.html @@ -30,6 +30,16 @@ overflow-x: hidden; color: var(--text-color); } + + @media only screen and (max-width: 700px) { + body { + background-image: unset; + max-width: 95%; + padding: 10px; + margin-left: 0; + } + } + a { color: var(--text-color); } |