diff options
-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); } |