From: Robert Kaiser Date: Mon, 18 Nov 2013 01:22:57 +0000 (+0100) Subject: make headers not extend outside the page X-Git-Url: https://git-public.kairo.at/?p=slides.git;a=commitdiff_plain;h=ac6371a2b6804ac2f7ff3192466a6e9ee1754b79 make headers not extend outside the page --- 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; }