File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
lib/components_guide_web/templates/layout Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
< header role = banner class = "bg-gray-900 text-white " >
2
- < nav role = "navigation " class = "w-full flex items-center lg:px-16 text-base md:text-lg text-center " >
2
+ < nav role = "navigation " class = "w-full flex items-center lg:px-16 text-base text-center " >
3
3
< a href = "/ " class = "block px-3 py-2 md:py-4 text-left text-sm md:text-base font-bold italic uppercase leading-tight tracking-wide hover:bg-gray-800 " >
4
4
< span > Components < br > ·Guide</ span >
5
5
</ a >
9
9
</ div >
10
10
< hr class = "mx-auto " >
11
11
< details class = "relative " data-links = "block p-3 underline-on-hover " >
12
- < summary class = "uppercase " > Menu</ summary >
13
- < details-menu role = "menu " class = "absolute z-menu top-full right-0 flex flex-col text-sm whitespace-nowrap bg-gray-900 rounded shadow-lg text-xl p-2 " >
12
+ < summary class = "text-base uppercase font-bold tracking-wider " > Menu</ summary >
13
+ < details-menu role = "menu " class = "absolute z-menu top-full right-0 flex flex-col px-4 py-2 text-left text-lg whitespace-nowrap bg-gray-900 rounded shadow-lg " >
14
14
<%= link ( "Developer Calendar" , to: '/calendar' ) %>
15
15
<%= link ( "Accessibility First" , to: '/accessibility-first' ) %>
16
16
<%= link ( "React + TypeScript" , to: '/react+typescript' ) %>
You can’t perform that action at this time.
0 commit comments