バナータイトル文字のサイズ
543行目
バナータイトルの文字のサイズを変更できる
#banner-header
{
margin: 0;
color: #fff;
font-size: 30px;
font-weight: bold;
line-height: 1;
text-shadow: #36414d 0 2px 3px;
}
↓
#banner-header
{
margin: 0;
color: #fff;
font-size: 24px;
font-weight: bold;
line-height: 1;
text-shadow: #36414d 0 2px 3px;
}
555行目
バナータイトルの文字のサイズを変更できる
#banner-description
{
margin-top: 5px;
margin-bottom: 0;
color: #fff;
background: none;
font-size: 12px;
font-weight: bold;
line-height: 1.125;
text-shadow: #36414d 0 1px 2px;
}
サブタイトルは今回変更せず
印刷する
