From 85cab1e1ae5944a71ba69348f3c5db1c3f7772c4 Mon Sep 17 00:00:00 2001 From: djmil Date: Sat, 28 Oct 2023 11:15:17 +0200 Subject: [PATCH] front: NewGame: CSS first level childs only --- webapp/src/components/Game/NewGame.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/src/components/Game/NewGame.css b/webapp/src/components/Game/NewGame.css index 0f26667..3661eb4 100644 --- a/webapp/src/components/Game/NewGame.css +++ b/webapp/src/components/Game/NewGame.css @@ -6,7 +6,7 @@ width: 230px; } -.new-game div { +.new-game>div { /* first level childs only*/ margin-top: 25px; margin-bottom: 25px; }