@@ -41,7 +41,7 @@ const getPopularContent = computed(() => {
|
|||||||
|
|
||||||
<template>
|
<template>
|
||||||
<div
|
<div
|
||||||
class="container px-4 mx-auto max-w-6xl flex font-ibmmono gap-14 antialiased"
|
class="container px-4 mx-auto max-w-6xl flex font-ibmmono gap-14 antialiased min-h-[72vh]"
|
||||||
>
|
>
|
||||||
<div class="flex-1">
|
<div class="flex-1">
|
||||||
<h1 class="text-xl pb-8 text-[#e60067]">RECENTLY PUBLISHED</h1>
|
<h1 class="text-xl pb-8 text-[#e60067]">RECENTLY PUBLISHED</h1>
|
||||||
|
|||||||
@@ -27,7 +27,9 @@ const getRecentContent = computed(() => {
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
<div class="container mx-auto max-w-6xl font-ibmmono antialiased">
|
<div
|
||||||
|
class="container mx-auto max-w-6xl font-ibmmono antialiased min-h-[82vh]"
|
||||||
|
>
|
||||||
<h1 class="font-semibold text-3xl mt-10 py-3 mx-5 text-slate-800">
|
<h1 class="font-semibold text-3xl mt-10 py-3 mx-5 text-slate-800">
|
||||||
LATEST CONTENT
|
LATEST CONTENT
|
||||||
</h1>
|
</h1>
|
||||||
|
|||||||
@@ -25,7 +25,9 @@ const getTopCategory = computed(() => {
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
<div class="container mx-auto max-w-6xl font-ibmmono antialiased">
|
<div
|
||||||
|
class="container mx-auto max-w-6xl font-ibmmono antialiased min-h-[82vh]"
|
||||||
|
>
|
||||||
<h1 class="font-semibold text-3xl mt-10 py-3 mx-5 text-slate-800">
|
<h1 class="font-semibold text-3xl mt-10 py-3 mx-5 text-slate-800">
|
||||||
ALL TAGS
|
ALL TAGS
|
||||||
</h1>
|
</h1>
|
||||||
|
|||||||
Reference in New Issue
Block a user