Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
newpanjing committed Aug 26, 2019
1 parent 3a3da40 commit f3b26a5
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 8 deletions.
8 changes: 6 additions & 2 deletions static/css/style.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

19 changes: 13 additions & 6 deletions static/css/style.less
Original file line number Diff line number Diff line change
Expand Up @@ -53,14 +53,20 @@
}

.content-wrap {
margin-top: 0px!important;
margin-top: 0px !important;

.breadcrumb {
display: none;
}
}
.aritcle-item .cover{
height: auto!important;

.aritcle-item .cover {
height: auto !important;
}

#myCarousel {
height: 200px;
overflow: hidden;
}
}

Expand Down Expand Up @@ -169,8 +175,9 @@ header .top {
.custom-page .block-main {
min-height: 500px;
}
.custom-page{
img{

.custom-page {
img {
max-width: 100%;
}
}
Expand Down Expand Up @@ -941,4 +948,4 @@ header .top {
}
}
}
}
}

0 comments on commit f3b26a5

Please sign in to comment.