chore: update marked helper

This commit is contained in:
Steven
2022-09-02 09:07:32 +08:00
parent dc9f531447
commit 3e13fa1ce6
18 changed files with 69 additions and 33 deletions

View File

@ -13,10 +13,10 @@
@apply flex flex-col justify-start items-start w-full mb-4;
> .title-container {
@apply w-full flex flex-row justify-between items-center mb-2;
@apply w-full flex flex-row justify-between items-center;
> .logo-img {
@apply h-16 w-auto;
@apply h-20 w-auto;
}
}