Test Post
- We use padding-left on the .brand-secondary to align the "Web" link with the "Admin Panel" text above it, accounting for the space taken by the icon.
The .brand-main class uses flexbox to properly align the logo and the "Admin Panel" text horizontally.
The .web-link class styles the "Web" link with its icon, using flexbox to align the text and icon, and includes a subtle hover effect.
This structure provides a clean, hierarchical layout where:
- The logo and "Admin Panel" appear on the first line
- The "Web" link appears below them, properly aligned
- All elements maintain proper spacing and alignment
- The layout remains responsive and maintains visual hierarchy
The result will be a more organized and visually appealing brand section in your sidebar.