Skip to content

Commit 71cb88a

Browse files
committed
Remove needless section tag that breaks in mobile screens in News page
1 parent 2ab64dc commit 71cb88a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

app/views/news/index.html.erb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@
1010
<h1 class='text-center'>
1111
📰🆕
1212
<br>
13-
CoderDojo ニュース
13+
CoderDojo
14+
<br class='ignore-pc'>
15+
ニュース
1416
</h1>
1517

1618
<p class='text-center' style='padding-top: 30px;'>
@@ -55,9 +57,7 @@
5557
</section>
5658
</div>
5759

58-
<section class="cover">
59-
<%= lazy_image_tag '/coderdojo_object.webp', alt: 'CoderDojo Object', class: 'cover-wide' %>
60-
</section>
60+
<%= lazy_image_tag '/coderdojo_object.webp', alt: 'CoderDojo Object', class: 'cover-wide' %>
6161

6262
<div class='container'>
6363
<section class="text-center list" style='margin-bottom: 100px;'>

0 commit comments

Comments
 (0)