project_3D_developer_portfolio icon indicating copy to clipboard operation
project_3D_developer_portfolio copied to clipboard

Styling issues

Open Brendan8899 opened this issue 2 years ago • 2 comments

Hi all, I have followed the code in the video very closely, however I find the the style formatting of the website is off, does anyone know how to resolve this issue. Below is a picture of how the website looks like.

image

Any advice is greatly appreciated. Thank you!

Brendan8899 avatar Jun 06 '23 19:06 Brendan8899

Check if you've installed and properly configured tailwind, it requires its own config and some extra dependencies

iasenovets avatar Jul 17 '23 08:07 iasenovets

Also, to be a little bit more clear and to help others who have encountered this issue. Make sure you have the autoprefixer package installed. It should come with a postcss.config.cjs file

npm install autoprefixer

Should do the trick

Look to the source code for how to configure it.

rcallaby avatar Aug 19 '23 14:08 rcallaby