From 76601f3858ef6920a1d6f6eda3a549c88fdd1028 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nh=C3=A2n?= Date: Tue, 22 Aug 2023 10:07:17 +0700 Subject: [PATCH] fit title cover into viewport width Fixes mobile --- src/pytaku/static/spa.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pytaku/static/spa.css b/src/pytaku/static/spa.css index 2885613..808fe1e 100644 --- a/src/pytaku/static/spa.css +++ b/src/pytaku/static/spa.css @@ -335,7 +335,7 @@ footer { /* Title route */ .title--cover { - max-width: 400px; + max-width: min(100%, 400px); border: 1px solid black; } -- 2.45.2