front: NewGame: CSS first level childs only

This commit is contained in:
djmil 2023-10-28 11:15:17 +02:00
parent eb4a255a90
commit 85cab1e1ae

View File

@ -6,7 +6,7 @@
width: 230px; width: 230px;
} }
.new-game div { .new-game>div { /* first level childs only*/
margin-top: 25px; margin-top: 25px;
margin-bottom: 25px; margin-bottom: 25px;
} }