James-h95 / Webdev-project

CITS3403 Group Project
MIT License
1 stars 0 forks source link

Losing navbar styling on shop.html #7

Closed carlymayyy closed 5 months ago

carlymayyy commented 5 months ago

All web-pages have consistent styling for the navbar but the font style is disappearing when navigating to shop.html, any ideas what's happening?

Screenshot 2024-05-01 175228 Screenshot 2024-05-01 175306

James-h95 commented 5 months ago

Should be a simple fix, I think its just because the css applied before for the home.html (in your previous pull request) should actually be put into the base.html's css to ensure its used for all html files.

carlymayyy commented 5 months ago

Imported the font into base.html and that's fixed it!