Fix about author image
This commit is contained in:
parent
5735128a3e
commit
0a6c30d55a
3 changed files with 6 additions and 1 deletions
4
assets/less/components/post/about-author.less
Normal file
4
assets/less/components/post/about-author.less
Normal file
|
@ -0,0 +1,4 @@
|
|||
.about-author {
|
||||
@apply .mr-4 .float-left .rounded-full;
|
||||
width: 75px;
|
||||
}
|
|
@ -64,6 +64,7 @@ svg {
|
|||
|
||||
@import "components/listing";
|
||||
@import "components/post";
|
||||
@import "components/post/about-author";
|
||||
@import "components/table";
|
||||
@import "components/talk/slides";
|
||||
@import "components/talk/video";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue