added bg for gamemode cards and added margin for card in home page

This commit is contained in:
Kostya
2023-11-15 21:43:22 +03:00
parent 4b6b255cf4
commit 1e29a68988
6 changed files with 7 additions and 5 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 61 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 90 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 51 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 89 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 54 KiB

View File

@@ -27,7 +27,7 @@
</div> </div>
<div class="gamemode__content--card"> <div class="gamemode__content--card">
<div class="gamemode__main"> <div class="gamemode__main">
<div class="line__content"> <div class="line__content" style="margin: 16px 38px 0px 0px">
<ul> <ul>
<li <li
v-for="mode in mainGameMode" v-for="mode in mainGameMode"
@@ -44,7 +44,7 @@
v-for="mode in firstlineGameMode" v-for="mode in firstlineGameMode"
:key="mode.id" :key="mode.id"
> >
<div class="line__content"> <div class="line__content" style="margin: 16px 38px 20px 0px">
{{ mode.title }} {{ mode.title }}
</div> </div>
</li> </li>
@@ -56,7 +56,7 @@
v-for="mode in TwolineGameMode" v-for="mode in TwolineGameMode"
:key="mode.id" :key="mode.id"
> >
<div class="line__content"> <div class="line__content" style="margin: 16px 38px 20px 0px">
{{ mode.title }} {{ mode.title }}
</div> </div>
</li> </li>
@@ -179,11 +179,13 @@ export default {
bottom: 83%; bottom: 83%;
} }
.gamemode { .gamemode__content--text {
margin: 0px 0px 0px 200px; display: flex;
margin: 2% 0 0 14.5%;
} }
.gamemode__content--card { .gamemode__content--card {
display: flex; display: flex;
justify-content: center;
} }
.gamemode__main .line__content { .gamemode__main .line__content {
width: 400px; width: 400px;