Skip to content

Commit 15ac766

Browse files
committed
細かな文言とスタイル修正
1 parent 9d8c69c commit 15ac766

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

app/assets/stylesheets/custom.scss

+4-2
Original file line numberDiff line numberDiff line change
@@ -1024,10 +1024,12 @@ section {
10241024
width: 100%;
10251025
}
10261026
.field {
1027-
margin-top: 12px;
1027+
margin-top: 12px;
1028+
margin-bottom: 24px;
10281029
}
10291030
&__h2 {
1030-
font-size: 16px;
1031+
margin-top: 30px;
1032+
font-size: 16px;
10311033
font-weight: bold;
10321034
}
10331035
&__terms ul {

app/views/stretch3s/new.html.haml

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@
4242
これにより本来有料の Chat API を無料で利用できます。
4343
%p{style: 'margin-bottom: 50px;'}
4444
利用規約は、
45-
%b<> 保護者の方が参加者と一緒に
46-
%br.ignore-pc
45+
%b<> 保護者が参加者と一緒に
46+
%br.ignore-pc<>
4747
ご確認いただくようお願い致します。
4848
4949
= form_with model: @stretch3, url: stretch3_path, class: 'form' do |f|

0 commit comments

Comments
 (0)