feat: portfolio styles
This commit is contained in:
parent
666fe03f2d
commit
e9e5e7d30b
3 changed files with 15 additions and 5 deletions
|
@ -4,8 +4,14 @@
|
|||
|
||||
{% block body_class %}template-portfolio{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<h1>{{ page.title }}</h1>
|
||||
|
||||
{{ page.body }}
|
||||
{% block content %}
|
||||
<section class="flex flex-col items-center justify-center h-full px-0 md:px-4 lg:px-8">
|
||||
<article class="mb-16 px-1 md:px-4 lg:px-8">
|
||||
<h1>{{ page.title }}</h1>
|
||||
<div class="blog-content w-full">
|
||||
{{ page.body }}
|
||||
</div>
|
||||
</article>
|
||||
</section>
|
||||
{% endblock %}
|
Loading…
Add table
Add a link
Reference in a new issue