Skip to content

Commit 9ae58f1

Browse files
author
Kenichi Wakabayashi
committed
記事掲載
1 parent 1c94b39 commit 9ae58f1

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

_posts/2023-09-08-thank-you.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
---
22
layout: post
33
title: ご参加ありがとうございました
4-
date: 2023-09-08T08:00:00 UTC+9
4+
date: 2023-09-08T06:00:00 UTC+9
55
categories: news
66
thumbnail: /img/2023/post/tyfc.jpg
77
permalink: /posts/thank-you/
88
---
9-
![](/img/2023/post/tyfc.jpg){: .full_width}
10-
9+
![](/img/2023/post/tyfc.jpg){: .full_width1}
1110

1211
当日は多くの参加者のみなさまに来場いただき、DojoCon Japan 2023を多くの方の交流の機会にすることができました、誠にありがとうございました。
1312

@@ -20,3 +19,5 @@ permalink: /posts/thank-you/
2019
最後に発表がありました通り、来年は岡山で開催されます。来年は、岡山でみなさまにお会いできるのを楽しみにしております。
2120

2221
あらためまして、ご参加ありがとうございました。これからもCoderDojo の活動を盛り上げていきましょう!
22+
23+
![](/img/2023/post/DSC00747.out.jpg){: .full_width2}

_sass/layouts/post.scss

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,13 @@
2424
width: 100%;
2525
margin: auto;
2626
max-width: 600px;
27-
&.full_width {
27+
&.full_width1 {
2828
max-width: 100%;
29+
margin-bottom: 3rem;
30+
}
31+
&.full_width2 {
32+
max-width: 100%;
33+
margin-top: 3rem;
2934
}
3035
}
3136
}

0 commit comments

Comments
 (0)