OWASP / www--site-theme

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

Improve alignment of buttons in mobile header using Flexbox #105

Closed Santhoshmani1 closed 6 months ago

Santhoshmani1 commented 6 months ago

Closes #103

Changes made

This commit fixes the alignment of the header buttons by using flexbox instead of the previous float-based layout.

Before : float based approach

image

After : flex box approach

297982174-127386fd-44e8-4f3a-bd9a-0cce885c006a

kingthorin commented 6 months ago

@hblankenship ping