mirror of
https://github.com/xHyroM/website.git
synced 2024-11-21 14:41:04 +01:00
fix: th text align left
This commit is contained in:
parent
ca7b717f45
commit
06fbd1cc94
1 changed files with 9 additions and 0 deletions
|
@ -34,6 +34,15 @@ module.exports = {
|
|||
yellow: ["0 45px 35px rgba(250, 193, 25, 0.5)"],
|
||||
yellowalt: ["0 4px 12px rgba(250, 193, 25, 0.8)"],
|
||||
},
|
||||
typography: {
|
||||
DEFAULT: {
|
||||
css: {
|
||||
th: {
|
||||
textAlign: "left",
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
plugins: [require("@tailwindcss/typography")],
|
||||
|
|
Loading…
Reference in a new issue