Commit 13a1d576 by Ngô Trung Hưng

fix css

parent 698e9a5d
Pipeline #987 failed with stages
in 0 seconds
...@@ -39,11 +39,17 @@ ...@@ -39,11 +39,17 @@
transition: ease-in-out; transition: ease-in-out;
} }
} }
.transform_margin {
width: 100%;
height: 150px;
}
@media only screen and (max-width: 992px) { @media only screen and (max-width: 992px) {
.link_favorite.in_block { .link_favorite.in_block {
right: 30px; right: 30px;
} }
.transform_margin {
height: 100px;
}
} }
@media only screen and (max-width: 768px) { @media only screen and (max-width: 768px) {
.link_favorite.in_block { .link_favorite.in_block {
......
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
</div> </div>
</div> </div>
</div> </div>
<div style="width: 100%; height: 150px"></div> <div class="transform_margin"></div>
<% if @favorites.blank? %> <% if @favorites.blank? %>
<div class="col-lg-12"> <div class="col-lg-12">
<div class="breadcrumb_total_search"> <div class="breadcrumb_total_search">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment