A History Of My Homelab Small changes: - Underline in lists is fixed - New content components Code, Note - Fixed BlogImage font size - Fixed ImageText margins
This commit is contained in:
@@ -87,6 +87,12 @@ defineOgImageComponent('BlogPost', {
|
||||
.content p a {
|
||||
text-decoration: underline;
|
||||
}
|
||||
.content li a {
|
||||
text-decoration: underline;
|
||||
}
|
||||
.content ul a {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
ul {
|
||||
list-style: none;
|
||||
|
||||
@@ -20,7 +20,7 @@ function formatDateString(dateString: string) : string {
|
||||
<template>
|
||||
<HeaderCompact title="Blog" previous-link="/" class="mb-20" />
|
||||
|
||||
<div class="m-auto lg:w-[56rem] w-[90%]" v-for="article in content">
|
||||
<div class="mb-8 mt-8 m-auto lg:w-[56rem] w-[90%]" v-for="article in content">
|
||||
<h1 class="text-2xl" v-if="article">{{ article.title }}</h1>
|
||||
|
||||
<h3 class="text-xl" v-if="article">
|
||||
|
||||
Reference in New Issue
Block a user