adding tailwind css
This commit is contained in:
@@ -11,9 +11,9 @@ const videoSources = [
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<main class="center-content flex-col">
|
||||
<main class="items-center flex flex-col">
|
||||
<div
|
||||
class="a4page-portrait bdr-1 flex-row relative scroll-y center-content"
|
||||
class="a4page-portrait bdr-1 flex flex-row relative overflow-scroll items-center"
|
||||
>
|
||||
<p>
|
||||
<a href="https://wiki.teamfortress.com/wiki/Demoman"
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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