「続きを読む」ボタンの横幅を変更する方法です。
style.cssの
.motto a { color: #FFF; text-decoration: none; background-color: #f3f3f3; width: 90px; color: #666666; text-align: center; display: block; padding-top: 2px; padding-right: 5px; padding-bottom: 2px; padding-left: 5px; font-weight: normal; }
の中の
width: 90px;
の数値を変更します。ぼくの場合は380pxにしました。
関連記事の「記事を読む」ボタンも一緒に変更されるようです。