feat: add optional cover image

This commit is contained in:
st1020 2023-12-04 19:33:22 +08:00
parent 9c8ad9fd2d
commit c900940ca2
7 changed files with 97 additions and 56 deletions

View file

@ -1,5 +1,5 @@
/*
! tailwindcss v3.3.3 | MIT License | https://tailwindcss.com
! tailwindcss v3.3.5 | MIT License | https://tailwindcss.com
*/
/*
@ -1238,6 +1238,10 @@ body {
margin-right: auto;
}
.mt-0 {
margin-top: 0px;
}
.mt-1 {
margin-top: 0.25rem;
}
@ -1278,6 +1282,10 @@ body {
height: 2rem;
}
.h-auto {
height: auto;
}
.h-full {
height: 100%;
}