From 4c5d2e4afe02479dcfb770fa1d6cfccb499e4fff Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Fri, 13 Oct 2023 19:59:06 +0200 Subject: Clean up stylesheet and improve layout on small and large screens. Use variables for color theming. --- views/forum_view.pug | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'views/forum_view.pug') diff --git a/views/forum_view.pug b/views/forum_view.pug index 1f70c8c..983ccf2 100644 --- a/views/forum_view.pug +++ b/views/forum_view.pug @@ -8,12 +8,17 @@ html style. .unread { font-weight: bold } tbody a { display: block } + @media (max-width: 400px) { + td:nth-child(2) { display: none } + th:nth-child(2) { display: none } + } + body include header article h1 Forum - table + table.wide.striped thead tr th Subject -- cgit v1.2.3