Skip to content

Commit

Permalink
Fix icon size
Browse files Browse the repository at this point in the history
  • Loading branch information
marcominerva committed Jan 23, 2024
1 parent 145925b commit e401df7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/DatabaseGpt.Web/Pages/Shared/_Layout.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
@environment.ApplicationName
</a>
<div class="d-flex flex-row order-2 order-sm-3">
<a class="nav-link nav-link-bottom ps-3" title="GitHub" href="https://github.com/marcominerva/DatabaseGPT" target="_blank" style="font-size: 2rem;"><i class="bi bi-github"></i></a>
<a class="nav-link nav-link-bottom ps-3" title="GitHub" href="https://github.com/marcominerva/DatabaseGPT" target="_blank" style="font-size: 1.4rem;"><i class="bi bi-github"></i></a>
</div>
</div>
</nav>
Expand Down

0 comments on commit e401df7

Please sign in to comment.