We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d8c69c commit 15ac766Copy full SHA for 15ac766
app/assets/stylesheets/custom.scss
@@ -1024,10 +1024,12 @@ section {
1024
width: 100%;
1025
}
1026
.field {
1027
- margin-top: 12px;
+ margin-top: 12px;
1028
+ margin-bottom: 24px;
1029
1030
&__h2 {
- font-size: 16px;
1031
+ margin-top: 30px;
1032
+ font-size: 16px;
1033
font-weight: bold;
1034
1035
&__terms ul {
app/views/stretch3s/new.html.haml
@@ -42,8 +42,8 @@
42
これにより本来有料の Chat API を無料で利用できます。
43
%p{style: 'margin-bottom: 50px;'}
44
利用規約は、
45
- %b<> 保護者の方が参加者と一緒に
46
- %br.ignore-pc
+ %b<> 保護者が参加者と一緒に
+ %br.ignore-pc<>
47
ご確認いただくようお願い致します。
48
49
= form_with model: @stretch3, url: stretch3_path, class: 'form' do |f|
0 commit comments