Skip to content

Commit af87911

Browse files
committed
展示会ページ_06
1 parent d075a57 commit af87911

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

_layouts/events.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
layout: default
33
---
4-
<div class="container mt-5">
5-
<div class="row">
4+
<div class="container" style="margin-top: 140px; margin-bottom: 140px">
5+
<div class="text-center">
66
<div class="col-md-6 offset-md-3 col-12">
77
<h1>{{ page.title }}</h1>
88
<p>{{ page.subtitle }}</p>

_sass/global/base.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ html {
88
body {
99
font-family: 'Roboto', 'Noto Sans JP', sans-serif;
1010
margin: 0;
11-
text-align: center;
1211
color: $text-color;
1312
}
1413

_sass/pages/index.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -239,6 +239,7 @@ div#about {
239239

240240
#sponsors_index {
241241
display: flex;
242+
text-align: center;
242243
flex-direction: column;
243244
justify-content: center;
244245
margin: 2em auto;

0 commit comments

Comments
 (0)