fix: some style issues

1. container padding
2. home hero image
This commit is contained in:
ccbikai
2024-06-02 19:18:22 +08:00
parent f5dead1de6
commit 30048d1cd4
2 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ module.exports = {
theme: {
container: {
center: true,
padding: '2rem',
padding: '1rem',
screens: {
'2xl': '1400px',
},