New blog article: history-homelab
pipeline / build-and-push-images (push) Successful in 1m23s

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:
2025-12-31 00:58:13 +01:00
parent 1aa8d9c7fb
commit fa4bd2e230
23 changed files with 456 additions and 3 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ if(props.imageRight == true || props.imageRight == "true") imagePosition = "sm:f
<template>
<div :class="imagePosition" class="flex mt-5 mb-4 flex-col">
<img class="object-contain sm:max-w-[40%] sm:max-h-[350px] max-h-[300px] max-w-[80%] m-auto" :src="props.image" />
<img class="object-contain sm:max-w-[40%] sm:max-h-[350px] max-h-[300px] max-w-[80%] sm:ml-4 sm:mr-20 m-auto" :src="props.image" />
<p class="self-center ml-5 sm:mt-2 mt-4">
<slot />
</p>