Skip to content

Commit 984cc50

Browse files
committed
Add guiding text for participants: 参加方法は各道場のWebサイトに記載されています
1 parent bc8c539 commit 984cc50

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

app/assets/stylesheets/custom.scss

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,23 @@
33

44
// Customized by YassLab
55

6+
/*改行位置の調整*/
7+
.ignore-pc{
8+
display:none;
9+
}
10+
.ignore-sp{
11+
display:inline;
12+
}
13+
14+
@media screen and (max-width: 640px) {
15+
.ignore-pc{
16+
display:inline;
17+
}
18+
.ignore-sp{
19+
display:none;
20+
}
21+
}
22+
623
.home-point-slides {
724
position: relative;
825
overflow: hidden;

app/views/home/show.html.haml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,9 @@
6565
お近くの道場を探してみましょう!
6666
%a{:href => "https://zen.coderdojo.com/find"}<>
6767
地図から探す
68-
こともできます ;)
68+
こともできます。
69+
%br.ignore-sp<>
70+
参加方法は各道場のWebサイトに記載されています ;)
6971
= render partial: 'shared/dojos', locals: { regions_and_dojos: @regions_and_dojos }
7072
%section#timeline.text-center
7173
%br

0 commit comments

Comments
 (0)