File tree 2 files changed +21
-3
lines changed
2 files changed +21
-3
lines changed Original file line number Diff line number Diff line change @@ -170,10 +170,13 @@ <h3 class="headline rich_font">DecaDojo とは?</h3>
170
170
< div class ="desc ">
171
171
< p > 「でかドージョー」は、埼玉県所沢市で始まった、近隣の < a href ='https://coderdojo.jp/ '> CoderDojo</ a > が集まってプログラミングを楽しむお祭りです。</ p >
172
172
< br >
173
- < p > でか(Deca)は日本語で「大きい」を意味する「でかい」と、10倍を表す単位 [deca] をかけてます。( ー`дー´)キリッ</ p >
173
+ < p > でか(Deca)は日本語で「大きい」を意味する「でかい」と、10倍を表す単位 < a href ='https://ja.wikipedia.org/wiki/%E3%83%87%E3%82%AB '> [deca]</ a > をかけてます。< br class ='ignore-pc '>
174
+ < span style ='font-size: 80%; '>
175
+ ( ー`дー´)キリッ
176
+ </ span >
177
+ </ p >
174
178
< br >
175
- < p > いつもと違う大きな会場で、みどころ10倍!楽しさ10倍!< br />
176
- ニンジャのみんなの参加まってるよ!</ p >
179
+ < p > いつもと違う大きな会場で、みどころ10倍!楽しさ10倍!< br class ='ignore-sp '> ニンジャのみんなの参加を待ってるよ!</ p >
177
180
</ div >
178
181
</ div >
179
182
</ div >
Original file line number Diff line number Diff line change 2
2
3
3
body { min-width : 0 ; }
4
4
5
+ /* 改行位置の調整 */
6
+ .ignore-pc {
7
+ display : none;
8
+ }
9
+ .ignore-sp {
10
+ display : inline;
11
+ }
12
+ @media screen and (max-width : 550px ) {
13
+ .ignore-pc {
14
+ display : inline;
15
+ }
16
+ .ignore-sp {
17
+ display : none;
18
+ }
19
+ }
5
20
6
21
/* レイアウト */
7
22
# global_menu_wrap {
You can’t perform that action at this time.
0 commit comments