Skip to content

Commit

Permalink
レイアウト修正
Browse files Browse the repository at this point in the history
  • Loading branch information
PharaohKJ committed Nov 9, 2024
1 parent f57a899 commit 9c9c0c9
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 7 deletions.
3 changes: 3 additions & 0 deletions _sass/_layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -420,4 +420,7 @@
.event-time-heading{
margin-bottom:0px;
margin-top:20px;
border-bottom-width: 1px;
border-bottom-color: $text-color;
border-bottom-style: dashed;
}
5 changes: 4 additions & 1 deletion docs/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -470,7 +470,10 @@ footer {

.event-time-heading {
margin-bottom: 0px;
margin-top: 20px; }
margin-top: 20px;
border-bottom-width: 1px;
border-bottom-color: #111;
border-bottom-style: dashed; }

/**
* Syntax highlighting styles
Expand Down
4 changes: 2 additions & 2 deletions docs/feed.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
</description>
<link>http://localhost:4000/jaws-ug-hokuriku-line/</link>
<atom:link href="http://localhost:4000/jaws-ug-hokuriku-line/feed.xml" rel="self" type="application/rss+xml"/>
<pubDate>Fri, 08 Nov 2024 17:23:48 +0900</pubDate>
<lastBuildDate>Fri, 08 Nov 2024 17:23:48 +0900</lastBuildDate>
<pubDate>Sat, 09 Nov 2024 16:47:15 +0900</pubDate>
<lastBuildDate>Sat, 09 Nov 2024 16:47:15 +0900</lastBuildDate>
<generator>Jekyll v3.10.0</generator>

<item>
Expand Down
6 changes: 4 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,9 @@ <h2>#3 (計画中!)3月ごろ新潟開催? <span>2025年 03月15日(Sat)</span


</div>
<div class="post-content">
<h2 class="event-time-heading"> JAWS-UG北陸新幹線とは?</h2>
<div class="clearfix">
<h2 class="event-time-heading">JAWS-UG北陸新幹線とは?</h2>
<div style="margin: 20px 20px 0 0;">
<p style="text-indent: 1em;">
北陸新幹線沿線のAWSのユーザーグループ勉強会のメンバーで合同勉強会を行おうという勉強会実施グループです。
</p>
Expand All @@ -79,6 +80,7 @@ <h2 class="event-time-heading"> JAWS-UG北陸新幹線とは?</h2>
北陸新幹線の延伸は、地域経済に新たな活力をもたらすと共に、関東含め北陸内外からの技術コミュニティへの更なるアクセスを提供します。
そのアクセスを活用し、全国から登壇者&参加者を募り、AWSに関する基礎知識から最先端の技術まで幅広いテーマを扱い、ビギナーから上級者までどなたでも参加できる勉強会を目指します。
</p>
</div>
</div>
<div class="clearfix">

Expand Down
6 changes: 4 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,9 @@ <h2>{{ post.title }} <span>{{ post.date | date: "%Y年 %m月%-d日(%a)" }}</span
{% endif %}
{% endfor %}
</div>
<div class="post-content">
<h2 class="event-time-heading"> JAWS-UG北陸新幹線とは?</h2>
<div class="clearfix">
<h2 class="event-time-heading">JAWS-UG北陸新幹線とは?</h2>
<div style="margin: 20px 20px 0 0;">
<p style="text-indent: 1em;">
北陸新幹線沿線のAWSのユーザーグループ勉強会のメンバーで合同勉強会を行おうという勉強会実施グループです。
</p>
Expand All @@ -40,6 +41,7 @@ <h2 class="event-time-heading"> JAWS-UG北陸新幹線とは?</h2>
北陸新幹線の延伸は、地域経済に新たな活力をもたらすと共に、関東含め北陸内外からの技術コミュニティへの更なるアクセスを提供します。
そのアクセスを活用し、全国から登壇者&参加者を募り、AWSに関する基礎知識から最先端の技術まで幅広いテーマを扱い、ビギナーから上級者までどなたでも参加できる勉強会を目指します。
</p>
</div>
</div>
<div class="clearfix">

Expand Down

0 comments on commit 9c9c0c9

Please sign in to comment.