ปรับ css , เมนูหน้าแรก

This commit is contained in:
Tanyalak 2023-04-04 17:55:31 +07:00
parent 1c9b5877d6
commit 0aa684f2fb
2131 changed files with 365205 additions and 99 deletions

View file

@ -2,6 +2,7 @@
@tailwind base;
@tailwind components;
@tailwind utilities;
@charset url("https://fonts.googleapis.com/css2?family=Noto+Sans+Thai:wght@100;200;300;400;500;600;700;800;900&display=swap");
@layer base {
h1 {
@apply text-4xl;
@ -15,4 +16,4 @@
ol{
@apply list-decimal
}
}
}