File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ <h2 class="text-4xl text-center pt-20 xl:pt-30">
39
39
{% for member in site.data.staff %}
40
40
< li class ="flex flex-col items-center gap-y-2 ">
41
41
{% if member.site %}
42
- < a href ="{{ member.site }} " target ="_blank ">
42
+ < a href ="{{ member.site }} " target ="_blank " class =" flex flex-col items-center gap-y-2 " >
43
43
{% endif %}
44
44
45
45
< div class ="relative aspect-[1/cos(30deg)] w-24 sm:w-30 overflow-hidden flex items-center justify-center "
@@ -48,7 +48,7 @@ <h2 class="text-4xl text-center pt-20 xl:pt-30">
48
48
</ div >
49
49
50
50
<!-- モバイルで表示する、肩書きや氏名の表示 -->
51
- < p class ="flex flex-col text-center ">
51
+ < p class ="flex flex-col text-center w-24 text-sm word-break ">
52
52
{{ member.name }}
53
53
< span class ="text-xs "> {{ member.dojo }}</ span >
54
54
</ p >
You can’t perform that action at this time.
0 commit comments