adding tailwind css
This commit is contained in:
@@ -3,9 +3,9 @@ import Wip from "@/components/quick/Wip.vue";
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<main class="center-content flex-col">
|
||||
<main class="items-center flex flex-col">
|
||||
<div
|
||||
class="a4page-portrait center-content bdr-1 flex-col relative scroll-y"
|
||||
class="a4page-portrait items-center bdr-1 flex flex-col relative overflow-scroll"
|
||||
>
|
||||
<Wip />
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user