File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
lib/algora_web/components Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ defmodule AlgoraWeb.Components.Header do
21
21
class = "-mt-3 mx-auto flex max-w-7xl items-center justify-between p-6 lg:px-8 "
22
22
aria-label = "Global "
23
23
>
24
- < div class = "flex " >
24
+ < div class = "flex lg:flex-1 " >
25
25
< . wordmark class = "h-8 w-auto text-foreground " />
26
26
</ div >
27
27
<!-- Mobile menu button -->
@@ -36,7 +36,7 @@ defmodule AlgoraWeb.Components.Header do
36
36
</ button >
37
37
</ div >
38
38
<!-- Desktop nav -->
39
- < div class = "hidden lg:flex gap-4 mx-auto " >
39
+ < div class = "hidden lg:flex-1 lg:flex lg:justify-center gap-4 mx-auto " >
40
40
<%= for link <- nav_links ( ) do %>
41
41
< . button
42
42
navigate = { link . path }
@@ -48,7 +48,7 @@ defmodule AlgoraWeb.Components.Header do
48
48
<% end %>
49
49
</ div >
50
50
51
- < div class = "hidden lg:flex lg:justify-end gap-2 " >
51
+ < div class = "hidden lg:flex-1 lg:flex lg:justify-end gap-2 " >
52
52
< . link
53
53
:if = { Algora.Stargazer . count ( ) }
54
54
class = "group w-fit outline-none items-center hidden lg:flex "
You can’t perform that action at this time.
0 commit comments