codespaces-project-template-js icon indicating copy to clipboard operation
codespaces-project-template-js copied to clipboard

Some issues

Open jayIsThere opened this issue 1 year ago • 1 comments

I encountered a few issues while following the guide.

  1. Responsive web is not applied. I wanted to access my portfolio site on mobile devices, but there were issues such as fonts overlapping.

  2. Scroll behavior is not applied. I modified the CSS code as described in the guide, but it was not applied to the actual GitHub page. (It was applied to the preview of the web page in VS Code.)

jayIsThere avatar Nov 05 '23 20:11 jayIsThere

You need to commit the changes and push to origin/main, so that the github actions can run and deploy the changes to your azure static web app

Curiouspaul1 avatar Dec 25 '23 13:12 Curiouspaul1