Skip to content

Commit 2d34e3f

Browse files
committed
村地さんを実行委員紹介に追加
1 parent 47c039e commit 2d34e3f

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

_data/staff.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,3 +73,6 @@
7373
- name: じゅりっぺ
7474
site: https://juridon.github.io/
7575
dojo: 久留米
76+
- name: 村地隆幸
77+
site: https://www.doorkeeper.jp/users/dojokonanmentertakachan
78+
dojo: 岡南

_sass/components/staff.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
.staff {
1111
// 奇数行目の要素の左右に margin を追加することで、1行の個数を3個に制限する
1212
// 5, 12, 19, 26, ... の要素は左側に150pxのマージンを追加
13-
li:nth-child(7n+5) {
14-
margin-left: 150px
13+
li:nth-child(7n+5):not(:last-child) {
14+
margin-left: 150px;
1515
}
1616
// 7 の倍数(7, 14, 21, 28, ...)個目の要素は右側に150pxのマージンを追加
1717
li:nth-child(7n) {

img/staff/村地隆幸.webp

13.7 KB
Loading

0 commit comments

Comments
 (0)