Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/marketempower/axiom.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJhaura Wachsman <jw@jhaurawachsman.com>2020-07-10 03:08:33 +0300
committerJhaura Wachsman <jw@jhaurawachsman.com>2020-07-10 03:08:33 +0300
commit9edf2506fb87e72162cd6fb3d304e386657e31b4 (patch)
tree283304f3820f29d6e58c936b9b5d00d7599f9f7a
parent65a78cf54dc09c24d65efc4f87024b28e5409d32 (diff)
Rename class for 3px spacing
-rw-r--r--layouts/partials/author.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/author.html b/layouts/partials/author.html
index 6f296a9..d949632 100644
--- a/layouts/partials/author.html
+++ b/layouts/partials/author.html
@@ -3,7 +3,7 @@
<div class="flex items-center">
<div class="flex-shrink-0">
<img
- class="w-12 h-12 sm:w-14 sm:h-14 object-cover p-05 rounded-full border border-blue-300"
+ class="w-12 h-12 sm:w-14 sm:h-14 object-cover p-3px rounded-full border border-blue-300"
src="{{ $author.image }}"
alt="{{ $author.name }}">
</div>