From 83dc1548175a3d55f6e902e400536035d42da846 Mon Sep 17 00:00:00 2001 From: Birte Kristina Friesel Date: Wed, 3 Apr 2024 16:41:17 +0200 Subject: rename legacy default.css and mobile.css to legacy{,-mobile}.css --- public/static/css/legacy-mobile.css | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 public/static/css/legacy-mobile.css (limited to 'public/static/css/legacy-mobile.css') diff --git a/public/static/css/legacy-mobile.css b/public/static/css/legacy-mobile.css new file mode 100644 index 0000000..0bf84d4 --- /dev/null +++ b/public/static/css/legacy-mobile.css @@ -0,0 +1,27 @@ +/* + * Copyright (C) 2020 Birte Kristina Friesel + * + * SPDX-License-Identifier: BSD-2-Clause + */ + +div.app { + max-width: 60em; + margin-left: auto; + margin-right: auto; +} + +@media only screen and (max-width: 600px) { + div.app > ul > li { + font-size: 35%; + } +} + +@media only screen and (min-width: 600px) { + div.app > ul > li { + font-size: 40%; + } +} + +div.app .moreinfo { + font-size: 100%; +} -- cgit v1.2.3