@@ -41,7 +41,7 @@ const getPopularContent = computed(() => {
|
||||
|
||||
<template>
|
||||
<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">
|
||||
<h1 class="text-xl pb-8 text-[#e60067]">RECENTLY PUBLISHED</h1>
|
||||
|
||||
@@ -27,7 +27,9 @@ const getRecentContent = computed(() => {
|
||||
</script>
|
||||
|
||||
<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">
|
||||
LATEST CONTENT
|
||||
</h1>
|
||||
|
||||
@@ -25,7 +25,9 @@ const getTopCategory = computed(() => {
|
||||
</script>
|
||||
|
||||
<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">
|
||||
ALL TAGS
|
||||
</h1>
|
||||
|
||||
Reference in New Issue
Block a user