From f913033d24194f865dcb9c91874cf384edfdd854 Mon Sep 17 00:00:00 2001 From: mms Date: Thu, 30 May 2024 23:26:47 +0200 Subject: fix: responsive --- layouts/unix-history/baseof.html | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/layouts/unix-history/baseof.html b/layouts/unix-history/baseof.html index 696e0b6f..e8c61d15 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); } -- cgit v1.2.3