Reduce width of posts sidebar
This commit is contained in:
parent
f2ddb2b5c5
commit
b4506d52cc
|
@ -27,6 +27,8 @@ a:visited {
|
||||||
|
|
||||||
aside {
|
aside {
|
||||||
background-color: var(--background-overlay);
|
background-color: var(--background-overlay);
|
||||||
|
max-width: 30%;
|
||||||
|
padding: var(--line-height) 1ch;
|
||||||
}
|
}
|
||||||
|
|
||||||
aside:empty {
|
aside:empty {
|
||||||
|
|
|
@ -24,10 +24,7 @@
|
||||||
</header>
|
</header>
|
||||||
<main id="primary" style="display: flex; justify-content: space-between;">
|
<main id="primary" style="display: flex; justify-content: space-between;">
|
||||||
{{{content}}}
|
{{{content}}}
|
||||||
<aside
|
<aside id="sidebar"></aside>
|
||||||
id="sidebar"
|
|
||||||
style="width: 60ch; padding: var(--line-height) 1ch;"
|
|
||||||
></aside>
|
|
||||||
</main>
|
</main>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
Loading…
Reference in New Issue