commit 40499a8ddbc3439246e66243047f30ca3f7efd4b parent c4df51e0e4e3b8c945869701cef794a2b6a733f1 author: nathanael <nathanael@dalliard.ch> date: Wed, 8 Oct 2025 12:53:10 +0000 add responsive br diffstat:
| M | static/www.css | | | 3 | +++ |
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/static/www.css b/static/www.css @@ -47,3 +47,6 @@ footer a { --deco: #555; } } +@media (max-width:510px) { + br { display: none; } +}