Skip to content

Commit

Permalink
修复了文章页图片的显示尺寸
Browse files Browse the repository at this point in the history
  • Loading branch information
Weic Ma authored Sep 7, 2016
1 parent a774f3c commit ad8e4b8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -578,10 +578,10 @@ hr{
-ms-box-shadow: 0 2px 10px 0 rgba(0,0,0,.1);
-o-box-shadow: 0 2px 10px 0 rgba(0,0,0,.1);
}
.post-page-main-img{
.post-page-main img{
display: block;
width: 800px;
max-width: 100%;
width: 95%;
max-width: 95%;
height: auto;
margin: 15px auto;
box-shadow: 0 2px 10px 0 rgba(0,0,0,.1);
Expand Down Expand Up @@ -676,4 +676,4 @@ hr{
}
.progress-bar-color-seven{
background-color: #d1d1d1;
}
}

0 comments on commit ad8e4b8

Please sign in to comment.