centered compiles
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
<template>
|
<template>
|
||||||
<div>
|
<div class="bg-black">
|
||||||
<div class="w-full flex justify-center">
|
<div class="w-full flex justify-center">
|
||||||
<nav class="[&>*]:p-2 text-white bottom-0 right-0 fixed flex justify-center z-50">
|
<nav class="[&>*]:p-2 text-white bottom-0 right-0 fixed flex justify-center z-50">
|
||||||
<a href="https://www.youtube.com/channel/UCATtFHnOLDCv8qroi2KW3ZA" target="about:blank" class="mt-1">
|
<a href="https://www.youtube.com/channel/UCATtFHnOLDCv8qroi2KW3ZA" target="about:blank" class="mt-1">
|
||||||
@@ -68,8 +68,9 @@
|
|||||||
</section>
|
</section>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
<section class="flex bg-black">
|
<section class="flex justify-center">
|
||||||
<zero-a @click="play('ES00A')">
|
<div class="flex max-w-2xl">
|
||||||
|
<zero-a @click="play('ES00A')">
|
||||||
<button class="button absolute object-center p-4 flex justify-center items-center">
|
<button class="button absolute object-center p-4 flex justify-center items-center">
|
||||||
<svg width="40px" height="30px">
|
<svg width="40px" height="30px">
|
||||||
<polygon points="0,0 0,30 30,15" />
|
<polygon points="0,0 0,30 30,15" />
|
||||||
@@ -77,6 +78,7 @@
|
|||||||
</button>
|
</button>
|
||||||
</zero-a>
|
</zero-a>
|
||||||
<zero-b @click="play('ES00B')"></zero-b>
|
<zero-b @click="play('ES00B')"></zero-b>
|
||||||
|
</div>
|
||||||
</section>
|
</section>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
Reference in New Issue
Block a user