プロジェクトタイトルを二段にするCSS
thanks:
/nwtgck
code:style.css
.project-home > .title {
/* Make title line-height more narrow */
line-height: 1.2em;
}
/* Project description */
.project-home > .title:after {
content: "\A\A 二段目のタイトル";
white-space: pre;
font-size: 0.7em;
}