X-Git-Url: https://git-public.kairo.at/?p=slides.git;a=blobdiff_plain;f=linuxwochen2018%2Fslides.css;h=caadf1de073576238f1a9e76ed220416840ed323;hp=af56611d74053e82957117570e8d235caf50d82a;hb=7cd9ccaadd06571eabfcfc65041c87dcf3a6a1ed;hpb=163f61857dbdc27f2c79951de98e98ea06632db7 diff --git a/linuxwochen2018/slides.css b/linuxwochen2018/slides.css index af56611..caadf1d 100644 --- a/linuxwochen2018/slides.css +++ b/linuxwochen2018/slides.css @@ -358,7 +358,7 @@ pre { margin: 0; } /***** small stuff *****/ -.small, +small, .small { font-size: 0.75em; } @@ -409,7 +409,7 @@ h1.endslidetext { h2.endslidetext, h3.endslidetext { - font-size: 2em; + font-size: 1.5em; } h2.endslidetext > span, @@ -427,15 +427,18 @@ h3.endslidetext > span { } .endslidetext:nth-child(3) { - top: 21rem; + top: 17rem; } @media (min-resolution: 1.3dppx) { + .endslidetext:first-child { + top: .5rem; + } .endslidetext:nth-child(2) { - top: 6rem; + top: 9rem; } .endslidetext:nth-child(3) { - top: 11rem; + top: 14rem; } }