From 7858a5aebaf85f584537b0e1db76c668479ab199 Mon Sep 17 00:00:00 2001 From: Sanne 't Hooft Date: Mon, 8 Apr 2024 04:31:07 +0200 Subject: [PATCH] more browser stuff --- index.html | 4 ++-- static/styles/home.css | 6 +++++- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index 4e5a06c..ea1cf6d 100644 --- a/index.html +++ b/index.html @@ -501,8 +501,8 @@

Les­programma

CSS to the Rescue - - Hackaton + + Hackaton Human Centred Design diff --git a/static/styles/home.css b/static/styles/home.css index 21f0066..df9db6d 100644 --- a/static/styles/home.css +++ b/static/styles/home.css @@ -266,6 +266,10 @@ display: none; } +#courses table { + max-width: 40em; +} + #courses th:nth-of-type(1) { width:12%; min-width:4em; @@ -297,7 +301,7 @@ text-align:center; } -#courses td.vrl { +#courses td .vrl { writing-mode: vertical-rl; transform:rotate(180deg); }