Show project name in header on narrow viewports#54945
Show project name in header on narrow viewports#54945Creativeklvn wants to merge 12 commits intokubernetes:mainfrom
Conversation
✅ Pull request preview available for checkingBuilt without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
/retitle Show project name in header on narrow viewports |
There was a problem hiding this comment.
Ideally, avoid !important in CSS. Not using it makes the stylesheet a lot easier to maintain.
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
This PR updates the navbar styling to ensure the “Kubernetes” brand name is clearly visible on mobile devices and small screens.
before:

after:

#54944