chore: more style cleanup
This commit is contained in:
parent
88b7da8577
commit
2d169c9b18
36 changed files with 60 additions and 60 deletions
|
@ -23,22 +23,18 @@
|
|||
<div class="min-h-screen flex flex-col">
|
||||
<main class="flex-1 w-10/12 max-w-screen-sm md:max-w-screen-md mx-auto">
|
||||
<div class="flex flex-col md:flex-row md:items-center md:justify-between md:pt-10 pt-5">
|
||||
<h1 class="font-black leading-tight md:pb-0 md:text-3xl pb-5 text-2xl">
|
||||
{{ heading }}
|
||||
<h1 class="font-black leading-tight md:pb-0 md:text-3xl pb-5 text-2xl flex flex-row items-center ">
|
||||
<span class="mr-1 icon--28 icon--bold">
|
||||
{% tablericon icon title %}
|
||||
</span>
|
||||
{{ title }}
|
||||
</h1>
|
||||
<a href="/" class="icon--h-28 icon--bold link--icon">
|
||||
<a href="/" class="icon--28 icon--bold link--icon">
|
||||
{% tablericon "home-move" "Home • Cory Dransfeldt" %}
|
||||
</a>
|
||||
</div>
|
||||
<div class="pt-8 prose dark:prose-invert hover:prose-a:text-blue-500 max-w-full">
|
||||
<div class="pt-4 prose dark:prose-invert hover:prose-a:text-blue-500 max-w-full">
|
||||
<div class="dark:text-white text-gray-800">
|
||||
<h2
|
||||
class="font-black leading-tight m-0 md:text-2xl text-xl tracking-normal mb-4 flex flex-row items-center text-gray-800 dark:text-gray-200 icon--h-28">
|
||||
<div class="mr-1">
|
||||
{% tablericon icon title %}
|
||||
</div>
|
||||
{{ title }}
|
||||
</h2>
|
||||
<p>{{ description }}</p>
|
||||
<p>
|
||||
<xsl:value-of select="atom:feed/atom:description"/>
|
||||
|
|
Reference in a new issue