File tree 1 file changed +3
-4
lines changed 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 1
1
< header class ="pt-6 pb-12 px-4 ">
2
2
< div class ="max-w-screen-xl flex flex-col sm:flex-row items-center justify-center mx-auto ">
3
3
< a href ="{{ .Site.BaseURL }} "
4
- class ="md :mr-15 font-bold text-gray-500 hover:text-gray-900 focus:outline-none focus:text-gray-900 ">
4
+ class ="sm :mr-15 font-bold text-gray-500 hover:text-gray-900 focus:outline-none focus:text-gray-900 ">
5
5
Event Modeling
6
6
</ a >
7
- < nav class ="flex items-center h-10 justify-center ">
7
+ < nav class ="flex items-center h-10 justify-center space-x-10 ">
8
8
{{ range .Site.Menus.main }}
9
- < a href ="{{ .URL }} "
10
- class ="ml-10 font-medium text-gray-500 hover:text-gray-900 focus:outline-none focus:text-gray-900 ">
9
+ < a href ="{{ .URL }} " class ="font-medium text-gray-500 hover:text-gray-900 focus:outline-none focus:text-gray-900 ">
11
10
{{ .Name }}
12
11
</ a >
13
12
{{ end }}
You can’t perform that action at this time.
0 commit comments