Use bootstrap utility classes for showing the new user arm

The original value was close to the 'lg' breakpoint, but the 'md'
breakpoint is fine for this too.
This commit is contained in:
Andy Allan 2022-09-14 16:45:02 +01:00
parent 5ab682dbbd
commit a3474de4d8
2 changed files with 1 additions and 7 deletions

View file

@ -1719,9 +1719,3 @@ dl.dl-inline {
} }
@import 'browse'; @import 'browse';
@media only screen and (max-width:960px) {
.header-illustration.new-user-arm {
display: none;
}
}

View file

@ -7,7 +7,7 @@
<div class='header-illustration new-user-main'> <div class='header-illustration new-user-main'>
<h1><%= t ".title" %></h1> <h1><%= t ".title" %></h1>
</div> </div>
<div class='header-illustration new-user-arm'></div> <div class='header-illustration new-user-arm d-none d-md-block'></div>
<% end %> <% end %>
<div class="row"> <div class="row">