Change main.css to limit aside size.

This commit is contained in:
天クマ 2026-07-04 14:51:17 -03:00
commit ece5c71abd
2 changed files with 25 additions and 1 deletions

View file

@ -41,7 +41,7 @@ background: "bear3.jpg"
</div>
<ul>
{%- for commit in collections.recentChanges %}
<li><b>{{ commit.abbrevHash }}</b> {{ commit.subject }}</li>
<li class="doubleLine"><b>{{ commit.abbrevHash }}</b> {{ commit.subject }}</li>
{%- endfor %}
</ul>
</div>