OWASP / www--site-theme

Contains owasp site theme specific items (headers, footers, json, menus)
9 stars 26 forks source link

Inconsistent header behaviour in small screens #103

Closed Santhoshmani1 closed 6 months ago

Santhoshmani1 commented 7 months ago

Issue : The Header has inconsistent styling in smaller devices for screen resolution < 420px and can be improved.

Screenshot 2024-01-19 123106

Solution 1 :

We can use the css flexbox property, so that the styles are consistent and responsive. Screenshot 2024-01-19 123652

Solution 2 :

The Header can be adjusted to hide these buttons in the header section Screenshot 2024-01-19 123336

I would like to contribute to solve this issue.