From 47dab0bbb6f8280c4c6fe058812c3184c95d0c0d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?W=C3=BCrstle?= <patrick.wuerstle@hft-stuttgart.de> Date: Tue, 22 Nov 2022 10:17:05 +0000 Subject: [PATCH] Update main.css --- public/assets/css/main.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/assets/css/main.css b/public/assets/css/main.css index d48a078..2d73521 100644 --- a/public/assets/css/main.css +++ b/public/assets/css/main.css @@ -64,7 +64,7 @@ .column { float: left; - width: 25%; + width: 20%; padding: 0px; /* Should be removed. Only for demonstration */ } -- GitLab