wip: code blocks are broken and need to wrap!

This commit is contained in:
Konstantin 2024-03-19 21:45:17 +01:00
parent 44969cf4dd
commit b1a42c0433
2 changed files with 3 additions and 3 deletions

View file

@ -4,7 +4,7 @@ help:
@perl -nle'print $& if m{^[a-zA-Z_-]+:.*?## .*$$}' $(MAKEFILE_LIST) | sort | awk 'BEGIN {FS = ":.*?## "}; {printf "\033[36m%-30s\033[0m %s\n", $$1, $$2}'
build:
@docker build -t code.headbright.be/konstantin/iamkonstantin:1.0.11 .
@docker build -t code.headbright.be/konstantin/iamkonstantin:1.0.13 .
publish:
@docker push code.headbright.be/konstantin/iamkonstantin:1.0.11
@docker push code.headbright.be/konstantin/iamkonstantin:1.0.13

View file

@ -6,7 +6,7 @@
{% block content %}
<section class="flex flex-col items-center justify-center h-full max-w-7xl px-0 md:px-4 lg:px-8">
<article class="mb-16 px-2 lg:px-4">
<article class="mb-16 max-w-7xl px-0 md:px-4 lg:px-8">
<h1>{{ page.title }}</h1>
<p class="meta">{{ page.date }}</p>