Set check/x display property using .d-block
This commit is contained in:
parent
3296e168e9
commit
50d5620689
2 changed files with 2 additions and 7 deletions
|
@ -898,7 +898,6 @@ div.secondary-actions {
|
|||
height: 50px;
|
||||
background-image: image-url("welcome-sprite.svg");
|
||||
background-size: 500px 250px;
|
||||
display: block;
|
||||
}
|
||||
|
||||
.sprite.x {
|
||||
|
|
|
@ -12,15 +12,11 @@
|
|||
|
||||
<div class='row'>
|
||||
<div class='col-sm'>
|
||||
<div>
|
||||
<span class='sprite check mx-auto'></span>
|
||||
</div>
|
||||
<span class='d-block mx-auto sprite check'></span>
|
||||
<p><%= t ".whats_on_the_map.on_the_map_html", :real_and_current => tag.em(t(".whats_on_the_map.real_and_current")) %></p>
|
||||
</div>
|
||||
<div class='col-sm'>
|
||||
<div>
|
||||
<span class='sprite x mx-auto'></span>
|
||||
</div>
|
||||
<span class='d-block mx-auto sprite x'></span>
|
||||
<p><%= t ".whats_on_the_map.off_the_map_html", :doesnt => tag.em(t(".whats_on_the_map.doesnt")) %></p>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue