adding tailwind css

This commit is contained in:
2026-02-04 12:04:08 +00:00
parent 6469cb4ad7
commit 9167946ecc
41 changed files with 796 additions and 368 deletions

View File

@@ -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"

View File

@@ -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>

View File

@@ -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>

View File

@@ -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>