width of blogposts
This commit is contained in:
parent
e9f7b36963
commit
a0bfcf3ed6
2 changed files with 6 additions and 1 deletions
|
@ -24,3 +24,8 @@
|
||||||
border-left: none;
|
border-left: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
.blogwidth{
|
||||||
|
width: 75%;
|
||||||
|
margin:auto;
|
||||||
|
word-wrap: normal;
|
||||||
|
}
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
<h1 class="has-text-centered blogtitle">
|
<h1 class="has-text-centered blogtitle">
|
||||||
<%= item[:title] %>
|
<%= item[:title] %>
|
||||||
</h1>
|
</h1>
|
||||||
<main>
|
<main class="blogwidth">
|
||||||
<%= yield %>
|
<%= yield %>
|
||||||
</main>
|
</main>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue