Skip to content

Commit

Permalink
Update: 記事タイトルの改行をいい感じに
Browse files Browse the repository at this point in the history
  • Loading branch information
TwoSquirrels committed Sep 17, 2022
1 parent 33df53a commit dd8b1d9
Show file tree
Hide file tree
Showing 12 changed files with 16 additions and 10 deletions.
3 changes: 2 additions & 1 deletion .textlintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@
},
"ja-space-between-half-and-full-width": {
"space": "always"
}
},
"ja-no-space-between-full-width": false
}
},
"filters": {
Expand Down
4 changes: 4 additions & 0 deletions components/article-container.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@

.container {
@include outermost-container;

> h1 {
@include non-break;
}
}

.date {
Expand Down
1 change: 1 addition & 0 deletions pages/articles/index.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
margin: 0;
border-left: 8px solid $color-accent;
padding: 0.5rem 1rem;
@include non-break;
background-color: rgba($color-main, 0.25);
}
}
Expand Down
2 changes: 1 addition & 1 deletion pages/articles/interview-affairs.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import Container from "@/components/article-container";

export const META = {
title: "山田総務部門長インタビュー",
title: "山田総務部門長 インタビュー",
description: "総務部門長の山田大志さんへのインタビューです。",
date: Date.UTC(2022, 8, 16, 17, 10) - 9 * 3600000,
};
Expand Down
2 changes: 1 addition & 1 deletion pages/articles/interview-decoration.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import Container from "@/components/article-container";

export const META = {
title: "會津装飾部門長インタビュー",
title: "會津装飾部門長 インタビュー",
description: "装飾部門長の會津仁成さんへのインタビューです。",
date: Date.UTC(2022, 8, 16, 16, 0) - 9 * 3600000,
};
Expand Down
2 changes: 1 addition & 1 deletion pages/articles/interview-deputy.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import Container from "@/components/article-container";

export const META = {
title: "飯沼副実行委員長インタビュー",
title: "飯沼副実行委員長 インタビュー",
description: "副実行委員長の飯沼誉敬さんへのインタビューです。",
date: Date.UTC(2022, 8, 16, 17, 0) - 9 * 3600000,
};
Expand Down
2 changes: 1 addition & 1 deletion pages/articles/interview-info.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import Container from "@/components/article-container";

export const META = {
title: "松川案内部門長インタビュー",
title: "松川案内部門長 インタビュー",
description: "案内部門長の松川凌太さんへのインタビューです。",
date: Date.UTC(2022, 8, 16, 16, 30) - 9 * 3600000,
};
Expand Down
2 changes: 1 addition & 1 deletion pages/articles/interview-materials.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import Container from "@/components/article-container";

export const META = {
title: "小原資材部門長インタビュー",
title: "小原資材部門長 インタビュー",
description: "資材部門長の小原瑞己さんへのインタビューです。",
date: Date.UTC(2022, 8, 16, 16, 40) - 9 * 3600000,
};
Expand Down
2 changes: 1 addition & 1 deletion pages/articles/interview-orgs.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import Container from "@/components/article-container";

export const META = {
title: "岸風参加団体部門長インタビュー",
title: "岸風参加団体部門長 インタビュー",
description: "参加団体部門長の岸風海椰さんへのインタビューです。",
date: Date.UTC(2022, 8, 16, 16, 20) - 9 * 3600000,
};
Expand Down
2 changes: 1 addition & 1 deletion pages/articles/interview-sports.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import Container from "@/components/article-container";

export const META = {
title: "柴原体育祭実行委員長インタビュー",
title: "柴原体育祭実行委員長 インタビュー",
description: "体育祭実行委員長の柴原陸杜さんへのインタビューです。",
date: Date.UTC(2022, 8, 16, 17, 20) - 9 * 3600000,
};
Expand Down
2 changes: 1 addition & 1 deletion pages/articles/interview-stand.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import Container from "@/components/article-container";

export const META = {
title: "日野屋台部門長インタビュー",
title: "日野屋台部門長 インタビュー",
description: "屋台部門長の日野創太さんへのインタビューです。",
date: Date.UTC(2022, 8, 16, 16, 50) - 9 * 3600000,
};
Expand Down
2 changes: 1 addition & 1 deletion pages/articles/interview-student-council.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import Container from "@/components/article-container";

export const META = {
title: "佐藤生徒会長インタビュー",
title: "佐藤生徒会長 インタビュー",
description: "生徒会長の佐藤秀哉さんへのインタビューです。",
date: Date.UTC(2022, 8, 16, 16, 10) - 9 * 3600000,
};
Expand Down

0 comments on commit dd8b1d9

Please sign in to comment.