diff --git a/_data/staff.yaml b/_data/staff.yaml index fd9999fd..604ade8c 100644 --- a/_data/staff.yaml +++ b/_data/staff.yaml @@ -73,3 +73,6 @@ - name: じゅりっぺ site: https://juridon.github.io/ dojo: 久留米 +- name: 村地隆幸 + site: https://www.doorkeeper.jp/users/dojokonanmentertakachan + dojo: 岡南 diff --git a/_sass/components/staff.scss b/_sass/components/staff.scss index c3f66dfe..3a11506b 100644 --- a/_sass/components/staff.scss +++ b/_sass/components/staff.scss @@ -10,8 +10,8 @@ .staff { // 奇数行目の要素の左右に margin を追加することで、1行の個数を3個に制限する // 5, 12, 19, 26, ... の要素は左側に150pxのマージンを追加 - li:nth-child(7n+5) { - margin-left: 150px + li:nth-child(7n+5):not(:last-child) { + margin-left: 150px; } // 7 の倍数(7, 14, 21, 28, ...)個目の要素は右側に150pxのマージンを追加 li:nth-child(7n) { diff --git "a/img/staff/\346\235\221\345\234\260\351\232\206\345\271\270.webp" "b/img/staff/\346\235\221\345\234\260\351\232\206\345\271\270.webp" new file mode 100644 index 00000000..c7905e50 Binary files /dev/null and "b/img/staff/\346\235\221\345\234\260\351\232\206\345\271\270.webp" differ