From ecca05a7e350385a6a0f46bd1518d946bb3f74bd Mon Sep 17 00:00:00 2001 From: Rahix Date: Fri, 4 Oct 2024 23:08:29 +0200 Subject: [PATCH] succd: Use grid layout to show all info on a single screen Use CSS grids to all information on a single screen if possible. There is a breakpoint for smaller screens. --- succbone/succd/index.html | 39 ++++++++++++++++++++------------------- 1 file changed, 20 insertions(+), 19 deletions(-) diff --git a/succbone/succd/index.html b/succbone/succd/index.html index a26db5d..89c1651 100644 --- a/succbone/succd/index.html +++ b/succbone/succd/index.html @@ -5,12 +5,11 @@