mirror of
https://github.com/NotXia/notxia.github.io.git
synced 2025-12-15 19:22:21 +01:00
Remove container class
This commit is contained in:
@ -1,7 +1,7 @@
|
|||||||
<template>
|
<template>
|
||||||
<Navbar />
|
<Navbar />
|
||||||
|
|
||||||
<main class="container mx-auto p-4">
|
<main>
|
||||||
<h1 class="text-5xl font-bold text-center mb-5">{{ t("projects") }}</h1>
|
<h1 class="text-5xl font-bold text-center mb-5">{{ t("projects") }}</h1>
|
||||||
<h2 class="text-3xl text-center mt-10 mb-3">{{ t("wip") }}</h2>
|
<h2 class="text-3xl text-center mt-10 mb-3">{{ t("wip") }}</h2>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user