@@ -22,7 +22,7 @@ title: "Navigation"
2222## Simple
2323
2424@component ('_ partials.code-sample')
25- <ul class =" flex " >
25+ <ul class =" list-reset flex" >
2626 <li class="mr-6">
2727 <a class="text-blue hover:text-blue-darker" href="#">Active</a>
2828 </li>
@@ -73,7 +73,7 @@ title: "Navigation"
7373## Tabs
7474
7575@component ('_ partials.code-sample')
76- <ul class =" flex border-b " >
76+ <ul class =" list-reset flex border-b" >
7777 <li class="-mb-px mr-1">
7878 <a class="bg-white inline-block border-l border-t border-r rounded rounded-t py-2 px-4 text-blue-dark font-semibold" href="#">Active</a>
7979 </li>
@@ -92,7 +92,7 @@ title: "Navigation"
9292## Pills
9393
9494@component ('_ partials.code-sample')
95- <ul class =" flex " >
95+ <ul class =" list-reset flex" >
9696 <li class="mr-3">
9797 <a class="inline-block border border-blue rounded py-1 px-3 bg-blue text-white" href="#">Active Pill</a>
9898 </li>
@@ -108,7 +108,7 @@ title: "Navigation"
108108## Stretched
109109
110110@component ('_ partials.code-sample')
111- <ul class =" flex " >
111+ <ul class =" list-reset flex" >
112112 <li class="flex-1 mr-2">
113113 <a class="text-center block border border-blue rounded py-2 px-4 bg-blue hover:bg-blue-dark text-white" href="#">Active Item</a>
114114 </li>
@@ -124,7 +124,7 @@ title: "Navigation"
124124## Justified
125125
126126@component ('_ partials.code-sample')
127- <ul class =" flex justify-between " >
127+ <ul class =" list-reset flex justify-between" >
128128 <li class="mr-3">
129129 <a class="inline-block border border-blue rounded py-2 px-4 bg-blue hover:bg-blue-dark text-white" href="#">Active Pill</a>
130130 </li>
0 commit comments