patent portfolio mobile layout

master
fefa4ka 10 years ago
parent 9438c1bdef
commit 3a91d473f5
  1. 8
      zsite/static/less/blog.less
  2. 15
      zsite/static/less/service.less

@ -26,12 +26,6 @@
.news-block .plugin-blog-category-all, .plugin-blog-category-cases {
.make-row();
@media (min-width: 0px) {
li {
width: 100%;
}
}
@media (min-width: 0px) {
li {
@ -39,7 +33,7 @@
width: 100%;
font-size: 12px;

@ -559,7 +559,20 @@
ul {
.make-row();
li {
font-size: 12px;
@media (min-width: 0) {
display: none;
font-size: 10px;
}
@media (min-width: @screen-phone) {
display: block;
}
@media (min-width: @screen-tablet) {
font-size: 12px;
}
overflow: hidden;

Loading…
Cancel
Save