prevent header line breaking

This commit is contained in:
椎名奈緒 2016-05-23 20:26:05 +08:00
parent 3d96773e2a
commit 91a0df98d0

View File

@ -81,6 +81,7 @@ body {
#header .content h1 .name {
color: #F9F9F9;
font-size: 1.2em;
white-space: nowrap;
}
#site-links {