From e133a52dec1ca9a5bea3eb0382d59f255e67b8d9 Mon Sep 17 00:00:00 2001 From: Sebastian Wiedenroth Date: Sun, 30 Jul 2017 16:46:39 +0200 Subject: [PATCH] don't wrap universe headline --- index.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/index.html b/index.html index dde46d6..c930d32 100644 --- a/index.html +++ b/index.html @@ -11,6 +11,9 @@ background: #222; color: #eee; } + h1 { + clear: both; + } input[type=range] { -webkit-appearance: slider-vertical; height: 200px;