mirror of
https://github.com/yawaflua/LuckyDiamond.git
synced 2025-12-10 12:19:31 +02:00
added styles for btn home-mobile
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
<div class="card-mobile__content bg-mobile card-first card-game__text" v-for="mode in firstlineGameMode" :key="mode">
|
||||
<h2>{{ mode.title }}</h2>
|
||||
<div class="card-mobile__btn">
|
||||
<a href="#">Play ></a>
|
||||
<a href="#">Play <span>></span></a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -32,7 +32,7 @@
|
||||
<div class="card-mobile__content bg-mobile card-two card-game__text" v-for="mode in twolineGameMode" :key="mode">
|
||||
<h2>{{ mode.title }}</h2>
|
||||
<div class="card-mobile__btn">
|
||||
<a href="#">Play ></a>
|
||||
<a href="#">Play <span>></span></a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user