From ac6371a2b6804ac2f7ff3192466a6e9ee1754b79 Mon Sep 17 00:00:00 2001 From: Robert Kaiser Date: Mon, 18 Nov 2013 02:22:57 +0100 Subject: [PATCH 1/1] make headers not extend outside the page --- linuxwochen2013-makey/slides.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/linuxwochen2013-makey/slides.css b/linuxwochen2013-makey/slides.css index 5e36afc..f97760e 100644 --- a/linuxwochen2013-makey/slides.css +++ b/linuxwochen2013-makey/slides.css @@ -86,6 +86,7 @@ ul:last-child { position: relative; top: 5px; left: 25px; + width: calc(100% - 50px); font-size: 20px; font-weight: bold; color: #336699; @@ -108,6 +109,7 @@ ul:last-child { position: relative; top: 3px; left: 25px; + width: calc(100% - 50px); font-size: 10px; } -- 2.35.3