Improved about the author card
This commit is contained in:
parent
39d7a0f15a
commit
5d60c39443
|
@ -44,10 +44,10 @@
|
|||
@if (!string.IsNullOrWhiteSpace(Article.Author.AboutTheAuthor)) {
|
||||
<section class="mb-2">
|
||||
<div class="card sm:card-side card-compact bg-secondary text-secondary-content rounded shadow">
|
||||
<figure class="sm:max-w-40">
|
||||
<img src="/api/user/pfp/@Article.Author.Id" alt="" width="800">
|
||||
<figure class="shrink-0">
|
||||
<img class="sm:max-h-56" src="/api/user/pfp/@Article.Author.Id" alt="" width="800">
|
||||
</figure>
|
||||
<div class="card-body">
|
||||
<div class="card-body sm:border-l-2 border-current">
|
||||
<h2 class="card-title">About The Author</h2>
|
||||
<h3><strong>@Article.Author.Name</strong></h3>
|
||||
<p>
|
||||
|
|
2
Wave/wwwroot/css/main.min.css
vendored
2
Wave/wwwroot/css/main.min.css
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue