Skip to content

Commit

Permalink
fix(theme): ensure post width
Browse files Browse the repository at this point in the history
  • Loading branch information
sinchang authored and egoist committed Jun 6, 2019
1 parent 9dce482 commit 91c3fe2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion packages/saber-theme-portfolio/src/layouts/post.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<div class="wrap">
<saber-link to="/" class="back-home"> <CornerUpLeftIcon />Home </saber-link>
<div class="container">
<div class="columns">
<div class="columns post-columns">
<div class="column is-6 is-offset-3">
<div class="page-title post-title">
{{ page.attributes.title }}
Expand Down Expand Up @@ -152,4 +152,8 @@ export default {
.post-comments {
margin-top: 60px;
}
.post-columns {
width: 100%;
}
</style>

0 comments on commit 91c3fe2

Please sign in to comment.