diff --git a/luckydiamond/src/pages/HomePage.vue b/luckydiamond/src/pages/HomePage.vue index 1230223..9d50627 100644 --- a/luckydiamond/src/pages/HomePage.vue +++ b/luckydiamond/src/pages/HomePage.vue @@ -22,7 +22,10 @@
-
+
+

Режимы игры

+
+
    @@ -41,23 +44,23 @@ v-for="mode in firstlineGameMode" :key="mode.id" > -
    +
    {{ mode.title }}
-
-
    -
  • +
      +
    • +
      {{ mode.title }} -
    • -
    -
+
+ +
@@ -179,15 +182,15 @@ export default { .gamemode { margin: 0px 0px 0px 200px; } +.gamemode__content--card { + display: flex; +} .gamemode__main .line__content { width: 400px; height: 438px; background: #fff; } -.gamemode__content { - display: flex; -} -.gamemode__line--first .line__content--linefirst { +.line__content { width: 400px; height: 212px; background: #d5d5d5;