From 91a0df98d024b7c5a2ce9f58ca2a6e04e6459b37 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=A4=8E=E5=90=8D=E5=A5=88=E7=B7=92?= Date: Mon, 23 May 2016 20:26:05 +0800 Subject: [PATCH] prevent header line breaking --- assets/css/index.css | 1 + 1 file changed, 1 insertion(+) diff --git a/assets/css/index.css b/assets/css/index.css index 6b81226..30ac0f2 100644 --- a/assets/css/index.css +++ b/assets/css/index.css @@ -81,6 +81,7 @@ body { #header .content h1 .name { color: #F9F9F9; font-size: 1.2em; + white-space: nowrap; } #site-links {