adding tailwind css
This commit is contained in:
@@ -240,9 +240,11 @@ const links = [
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<main class="center-content flex-col">
|
||||
<main class="items-center flex flex-col">
|
||||
<div class="background halftone" />
|
||||
<div class="a4page-portrait bdr-1 flex-col relative scroll-y gap">
|
||||
<div
|
||||
class="a4page-portrait bdr-1 flex flex-col relative overflow-scroll gap-1"
|
||||
>
|
||||
<ToggleLinkTable
|
||||
v-for="link in links"
|
||||
:title="link[0]"
|
||||
|
||||
Reference in New Issue
Block a user