diff --git a/chat.md b/chat.md index bc04bf0..892ac63 100644 --- a/chat.md +++ b/chat.md @@ -9,7 +9,7 @@ htmlに省略形式でcssを記述します。`tailwind.config.ts`を見てください。 ```html - {params.postAuthor === "syui.ai" && post.status === "live" && post.rkey === "3l7lj463zbo2m" && ( +{params.postAuthor === "syui.ai" && post.status === "live" && post.rkey === "3l7lj463zbo2m" && (
@@ -38,7 +38,7 @@ htmlに省略形式でcssを記述します。`tailwind.config.ts`を見てく ))}
- )} +)} ``` `@media`を制御する`sm`, `md`などは記述する順序を間違えると動きませんので注意。