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 <jhaurawachsman@gmail.com>2020-04-18 22:49:22 +0300
committerJhaura Wachsman <jhaurawachsman@gmail.com>2020-04-18 22:49:22 +0300
commitb3d40e1e2dbe112cf687078ac144659704e6433f (patch)
tree4cf0f98a856eb7a60dc46ffb795806ee3a18bacc /layouts
parentab94d6e4914ff81a735510c4cfe44b7141bb6c6c (diff)
Responsive Author image
Diffstat (limited to 'layouts')
-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 0021d43..3ace623 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-14 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-05 rounded-full border border-blue-300"
src="{{ $author.image }}"
alt="{{ $author.name }}">
</div>