Change main.css to limit aside size.
This commit is contained in:
parent
ab071b0f78
commit
ece5c71abd
2 changed files with 25 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue