File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
modules/blox/blox/resume-experience Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -226,7 +226,7 @@ <h3 class="text-xl font-bold text-gray-900 dark:text-white group-hover:text-prim
226226
227227 {{/* Description */}}
228228 {{ with index $item "summary" }}
229- < div class ="text-gray-600 dark:text-gray-400 leading-relaxed ">
229+ < div class ="prose dark:prose-invert max-w-none text-gray-600 dark:text-gray-400 leading-relaxed ">
230230 {{ . | emojify | $page.RenderString }}
231231 </ div >
232232 {{ end }}
@@ -360,7 +360,7 @@ <h3 class="text-xl font-bold text-gray-900 dark:text-white group-hover:text-seco
360360
361361 {{/* Description */}}
362362 {{ with index $item "summary" }}
363- < div class ="text-gray-600 dark:text-gray-400 leading-relaxed ">
363+ < div class ="prose dark:prose-invert max-w-none text-gray-600 dark:text-gray-400 leading-relaxed ">
364364 {{ . | emojify | $page.RenderString }}
365365 </ div >
366366 {{ end }}
You can’t perform that action at this time.
0 commit comments