diff --git a/webui/src/pages/GameCreation/components/InfoArea/styles.sass b/webui/src/pages/GameCreation/components/InfoArea/styles.sass index 49c8b4f..a3d71a6 100644 --- a/webui/src/pages/GameCreation/components/InfoArea/styles.sass +++ b/webui/src/pages/GameCreation/components/InfoArea/styles.sass @@ -37,4 +37,6 @@ margin-top: 1rem display: grid grid-template-columns: repeat(auto-fill, minmax(5rem, 1fr)) - gap: 1.5rem \ No newline at end of file + gap: 1.5rem + justify-items: center + user-select: none \ No newline at end of file