feat: Enhance Navigation Bar Layout
Update base HTML template to expand navigation bar on medium-sized screens and above. This change enhances the user experience by allowing for more flexible layout arrangements, especially when viewed on larger devices. This may impact layouts used in various parts of the application.
This commit is contained in:
parent
0ae7d12240
commit
e77e53e020
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@
|
|||
</head>
|
||||
|
||||
<body>
|
||||
<nav class="navbar sticky-top navbar-shrink py-3 navbar-light" id="mainNav">
|
||||
<nav class="navbar navbar-expand-md sticky-top navbar-shrink py-3 navbar-light" id="mainNav">
|
||||
<div class="container">
|
||||
<div class="row d-lg-flex align-items-lg-center">
|
||||
<div class="col p-0"><img src="/assets/img/logo-inv_grad.svg?h=6ec231b999bdfb1aeb31c2e7a0099b92" style="height: 60px;"></div>
|
||||
|
|
Loading…
Reference in a new issue