TheDarkun / Elevators

Fullstack .NET Project for SOČ
0 stars 0 forks source link

Navbar elements #9

Closed VanRhapsody closed 6 months ago

VanRhapsody commented 7 months ago

Proposal Links and the header in the horizontal navbar should use flex and specify it by space-around to make all elements appear the same length apart from themselves on all devices.

The header should be an independent header tag instead of a div

TheDarkun commented 7 months ago

MudBlazor makes it simple to create our layout. Take a look at this quick example using a modified MudBlazor App Bar:

image