File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
apps/components_guide_web/lib/components_guide_web Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 4
4
< span > Components < br > ·Guide</ span >
5
5
</ a >
6
6
< nav role = "navigation " class = "flex-grow sm:pl-8 lg:px-16 text-base md:text-lg text-center " >
7
- < ul class = "h-full grid grid-cols -2 md:grid-cols-3 flex flex-col md:flex-row justify-around items-stretch tracking-wide " >
7
+ < ul class = "h-full grid grid-rows -2 md:grid-cols-3 flex flex-col md:flex-row justify-around items-stretch tracking-wide " >
8
8
<%= nav_items ( @ path_info ) %>
9
9
10
10
<% if false do %>
Original file line number Diff line number Diff line change @@ -11,12 +11,12 @@ defmodule ComponentsGuideWeb.LayoutView do
11
11
{ "By Technology" , to: "/links" } ,
12
12
# {"Patterns", to: "/patterns"},
13
13
{ "News Feed" , to: "/feed" } ,
14
- { "About" , to: "/about" }
14
+ # {"About", to: "/about"}
15
15
]
16
16
17
17
defp search_form do
18
18
~E"""
19
- <li>
19
+ <li class=row-span-3 >
20
20
<form role=search action="/research" class="flex h-full px-2 items-center">
21
21
<input type=text name=q placeholder="Search" class="w-full py-1 px-4 bg-white text-black rounded-full">
22
22
</form>
You can’t perform that action at this time.
0 commit comments