diff --git a/client/assets/styles/menu.less b/client/assets/styles/menu.less index dabdce28..1d76995f 100644 --- a/client/assets/styles/menu.less +++ b/client/assets/styles/menu.less @@ -77,6 +77,12 @@ } } } + + .login { + display: flex; + flex-flow: column; + margin-bottom: 2em; + } } section { @@ -126,5 +132,4 @@ section { flex: 1; display: inline; } - } \ No newline at end of file diff --git a/client/assets/styles/styles.less b/client/assets/styles/styles.less index cec86633..d6e292e7 100644 --- a/client/assets/styles/styles.less +++ b/client/assets/styles/styles.less @@ -195,28 +195,6 @@ button[disabled] { border-color: #222; } -/* - LOGIN -*/ - -.welcome { - .login { - width: 50%; - display: flex; - flex-flow: column; - margin-bottom: 2em; - } - - .options { - display: flex; - width: 50%; - } - - h2 { - margin-bottom: 0.5em; - } -} - #mnml input, #mnml select { border-color: #222; background-color: #222; diff --git a/client/src/components/welcome.jsx b/client/src/components/welcome.jsx index 759a6b88..df0df4ff 100644 --- a/client/src/components/welcome.jsx +++ b/client/src/components/welcome.jsx @@ -20,42 +20,49 @@ function Welcome() { }; return ( -
-

mnml.gg

-
-
mnml is an abstract turn based strategy game
-
free to play
-
no email required
-
glhf
+
+
+
+ + + + +
+
+
+
+
+

mnml.gg

+

mnml is a turn-based 1v1 strategy game in an abstract setting.

+

form your team of 3 constructs from a deep pool of skills, effects and specialisations in order to outplay your opponents.

+

featuring complex interactions arising from simple rules, simultaneous turns to increase the pace, and a unique speed mechanic mnml is a tactical game in a genre of its own.

+

free to play

+

no email required

+

glhf

+
+ {pageEl()} +
-
- - - - -
- {pageEl()} -
);