Updated design to a tailwindcss based design. Already looking better on mobile.

Some optimisation still needs to be done
This commit is contained in:
Ludoviko 2021-09-02 21:27:37 +01:00
parent 1f21e18241
commit 3a7194b33d
No known key found for this signature in database
GPG key ID: 1E66DEA3F5D623D1
9 changed files with 653 additions and 161 deletions

View file

@ -9,11 +9,14 @@
"lint": "next lint"
},
"dependencies": {
"next": "11.0.1",
"next-intl": "^1.4.4",
"next-plausible": "^2.0.0",
"react": "17.0.2",
"react-dom": "17.0.2"
"autoprefixer": "^10.3.3",
"next": "^11.1.2",
"next-intl": "^2.0.0",
"next-plausible": "^2.1.1",
"postcss": "^8.3.6",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"tailwindcss": "^2.2.9"
},
"devDependencies": {
"@types/react": "17.0.14",