From faf6f46fcf18f957bdbefbde5cee56c34616072d Mon Sep 17 00:00:00 2001 From: Sanne 't Hooft Date: Mon, 8 Apr 2024 04:35:29 +0200 Subject: [PATCH] even more browser stuff --- static/styles/home.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/static/styles/home.css b/static/styles/home.css index df9db6d..cb01f3d 100644 --- a/static/styles/home.css +++ b/static/styles/home.css @@ -302,6 +302,8 @@ } #courses td .vrl { + display:block; + -webkit-writing-mode: vertical-rl; writing-mode: vertical-rl; transform:rotate(180deg); }