Added styling for the sidebar and the blogroll

This commit is contained in:
Leon Mika 2024-03-13 20:48:55 +11:00
parent ac94f9526f
commit 2097262850
2 changed files with 8 additions and 1 deletions

View file

@ -1,3 +1,5 @@
<div class="sidebar">
<p>Sidebar goes here.</p>
<div class="sidebar-cell">
{{< blogroll >}}
</div>
</div>

View file

@ -1,3 +1,8 @@
body {
max-width: 55em;
}
div.wrapper {
display: grid;
grid-template-columns: auto 20em; /* might be 15 */
}