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:
parent
5ab682dbbd
commit
a3474de4d8
2 changed files with 1 additions and 7 deletions
|
@ -1719,9 +1719,3 @@ dl.dl-inline {
|
|||
}
|
||||
|
||||
@import 'browse';
|
||||
|
||||
@media only screen and (max-width:960px) {
|
||||
.header-illustration.new-user-arm {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
<div class='header-illustration new-user-main'>
|
||||
<h1><%= t ".title" %></h1>
|
||||
</div>
|
||||
<div class='header-illustration new-user-arm'></div>
|
||||
<div class='header-illustration new-user-arm d-none d-md-block'></div>
|
||||
<% end %>
|
||||
|
||||
<div class="row">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue