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:
Kumi 2024-05-09 10:50:05 +02:00
parent 0ae7d12240
commit e77e53e020
Signed by: kumi
GPG key ID: ECBCC9082395383F

View file

@ -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>