From f123b134f5fd4ef7705243d498aaea27ad067ba5 Mon Sep 17 00:00:00 2001 From: lonkaars Date: Wed, 10 Apr 2024 09:16:57 +0200 Subject: remove 2 sections --- ui/css/style.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'ui/css') diff --git a/ui/css/style.css b/ui/css/style.css index f0c63e8..ca35786 100644 --- a/ui/css/style.css +++ b/ui/css/style.css @@ -100,10 +100,15 @@ ul { display: flex; flex-direction: row; align-items: center; /* Align squares to the center horizontally */ + gap: 8px; +} + +.bottom-right p { + margin: 8px; } .canvas-square { border: 5px solid black; - width: calc(20% - 5px); + flex-grow: 1; height: calc(40% - 5px); background-color: #ccc; position: relative; -- cgit v1.2.3