Skip to content

Commit

Permalink
navbar: adjust logo margin
Browse files Browse the repository at this point in the history
  • Loading branch information
alardev committed Feb 14, 2024
1 parent 4c6f51f commit f56d65c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/src/app.rs
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ fn Menu() -> impl IntoView {
<MenuHeader variant=MenuHeaderVariant::Default.get()>
<MenuBar variant=MenuBarVariant::Default.get()>
<div class="flex items-center justify-between">
<img src="favicon-b86db5d093490b.svg" class="h-16"/>
<img src="favicon-b86db5d093490b.svg" class="h-16 sm:mr-2"/>
<span class="select-none flex-none font-weight-20 text-3xl text-violet-800 dark:text-gray-200">
Коваль
<span class="text-sm block">
Expand Down

0 comments on commit f56d65c

Please sign in to comment.