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 bc8c539 commit 984cc50Copy full SHA for 984cc50
app/assets/stylesheets/custom.scss
@@ -3,6 +3,23 @@
3
4
// Customized by YassLab
5
6
+/*改行位置の調整*/
7
+ .ignore-pc{
8
+ display:none;
9
+ }
10
+ .ignore-sp{
11
+ display:inline;
12
13
+
14
+@media screen and (max-width: 640px) {
15
16
17
18
19
20
21
+}
22
23
.home-point-slides {
24
position: relative;
25
overflow: hidden;
app/views/home/show.html.haml
@@ -65,7 +65,9 @@
65
お近くの道場を探してみましょう!
66
%a{:href => "https://zen.coderdojo.com/find"}<>
67
地図から探す
68
- こともできます ;)
+ こともできます。
69
+ %br.ignore-sp<>
70
+ 参加方法は各道場のWebサイトに記載されています ;)
71
= render partial: 'shared/dojos', locals: { regions_and_dojos: @regions_and_dojos }
72
%section#timeline.text-center
73
%br
0 commit comments