File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -21,8 +21,8 @@ import TutorialCard from '../components/TutorialCard.vue'
2121> Reading time 🕒 2 min
2222
2323<CardWithBorder >
24- <div class =" flex gap-2 " >
25- <h3 class="m -0! py-2 text-lg font-medium">🌐 Select Your Network :</h3>
24+ <div class =" flex gap-2 items-center flex-wrap " >
25+ <h3 class="my -0! text-lg font-medium">🌐 Select Your Network :</h3>
2626 <ChainSelector />
2727 </div >
2828</CardWithBorder >
@@ -34,9 +34,9 @@ import TutorialCard from '../components/TutorialCard.vue'
3434And learn how to build Privacy-preserving decentralized applications (DApp) with
3535iExec in this interactive guide.
3636
37- <div class =" mt-6 flex items-center gap-4 " >
37+ <div class =" mt-6 w-fit grid justify-center mx-auto sm:mx-0 sm:grid-cols-2 items-center gap-4 " >
3838 <span class="bg-gray-900 text-white px-4 py-2 rounded-full font-medium">☕ 30 minutes journey</span>
39- <p>Perfect for hackathons 😊</p>
39+ <p class="my-0!" >Perfect for hackathons 😊</p>
4040 </div >
4141</Banner >
4242
You can’t perform that action at this time.
0 commit comments