Skip to content

Commit

Permalink
🌻 Fix: 友情链接的样式
Browse files Browse the repository at this point in the history
  • Loading branch information
BigCoke233 committed Apr 12, 2020
1 parent c4d20db commit 9cf57d0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
9 changes: 6 additions & 3 deletions assets/css/main/page.css
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
.links-box {
margin: 10px;
margin-left: 0;
margin-top: 30px
margin-top: 10px
}
.links-box h2 {
text-align: Center;
Expand Down Expand Up @@ -131,12 +131,15 @@
padding: 6px;
}
.links-img {
padding: 0
padding: 0;
width: 100%;
height: 100%
}
.links-img img {
margin: 0;
width: 100%;
height: 100%
height: 100%;
object-fit: cover
}

/* Saying 说说 */
Expand Down
2 changes: 1 addition & 1 deletion assets/css/main/post.css
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@
border-radius: 3px;
max-width: 100%
}
.post-content img:not(.owo-img,.links-img img) {
.post-content img:not(.owo-img, .links-img img) {
margin: 25px auto;
}
.post-content blockquote p {
Expand Down

0 comments on commit 9cf57d0

Please sign in to comment.