Added styling for the sidebar and the blogroll
This commit is contained in:
parent
ac94f9526f
commit
2097262850
|
@ -1,3 +1,5 @@
|
|||
<div class="sidebar">
|
||||
<p>Sidebar goes here.</p>
|
||||
<div class="sidebar-cell">
|
||||
{{< blogroll >}}
|
||||
</div>
|
||||
</div>
|
|
@ -1,3 +1,8 @@
|
|||
body {
|
||||
max-width: 55em;
|
||||
}
|
||||
|
||||
div.wrapper {
|
||||
display: grid;
|
||||
grid-template-columns: auto 20em; /* might be 15 */
|
||||
}
|
Loading…
Reference in a new issue