From 2e5ef31e697fbd01f7438c389edb40aac60839fc Mon Sep 17 00:00:00 2001 From: "B. Stack" Date: Sun, 13 Feb 2022 19:19:03 -0500 Subject: add redirects after delete, and simplify css calls --- static/style.css | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'static/style.css') diff --git a/static/style.css b/static/style.css index 1fc54ce..4507323 100644 --- a/static/style.css +++ b/static/style.css @@ -22,3 +22,12 @@ textarea { border: none; width: 780px; } .pagination strong, .pagination span.ellipsis, .pagination a { border: 1px solid #d00; padding: 2px 6px; text-decoration: none; } + +/* trying to simplify the requests for style.css and small.css */ +@media only screen and (max-width: 800px) { + pre { + font-size: 14px; + line-height: 1.6em; + } + .page { margin: 20px auto; width: 100%; } +} -- cgit