From ad134fe3385953413ad654ea1a9d5956b2374179 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 | 40 ++++++++++++++++++++------------------- 1 file changed, 21 insertions(+), 19 deletions(-) diff --git a/succbone/succd/index.html b/succbone/succd/index.html index a26db5d..54bf9d0 100644 --- a/succbone/succd/index.html +++ b/succbone/succd/index.html @@ -5,12 +5,12 @@