improve styling of blog page

This commit is contained in:
M Sarmad Qadeer
2022-08-08 16:50:04 +05:00
parent e0054afbc8
commit 25d9a6705c
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -40,7 +40,7 @@
<article class="bg-white my-3 py-8 px-6 sm:px-8 md:px-12 lg:px-16 rounded-lg hover:shadow-md ">
<h1 class="text-xl font-medium">{{ blog.data.title }}</h1>
<p class="text-sm">{{ blog.data.date.toUTCString().split(' ').slice(0, 4).join(' ') }}</p>
<a class="inline-block mt-5" href="{{ blog.url }}">{{ blog.data.title }}</a>
<a class="inline-block mt-5 hover:underline" href="{{ blog.url }}">{{ blog.data.title }}</a>
<br>
</article>
{% endfor %}
+1 -1
View File
@@ -29,7 +29,7 @@ ul li,ol li{
letter-spacing: 0.6px;
}
pre{
overflow: scroll;
overflow: auto;
}
/* code{
width: 100%;