X-Git-Url: https://git-public.kairo.at/?p=slides.git;a=blobdiff_plain;f=fosdem2021%2Fslides.css;fp=fosdem2021%2Fslides.css;h=16e53275690c32377a826c411383c43d029ec6f4;hp=013058eda32c9dffa4add3adb863e94a9be0787e;hb=cdf834e1344103dbb9b5942d4398d4e928c4ecf9;hpb=3ee1a79bffc598afd9564849f373b1cb509b7f31 diff --git a/fosdem2021/slides.css b/fosdem2021/slides.css index 013058e..16e5327 100644 --- a/fosdem2021/slides.css +++ b/fosdem2021/slides.css @@ -426,9 +426,30 @@ h3.endslidetext > span { padding: 0 10px; } +.endslidetext:first-child { + top: 1rem; +} + +.endslidetext:nth-child(2) { + top: 11rem; +} + +.endslidetext:nth-child(3) { + top: 17rem; +} + @media (min-resolution: 1.3dppx) { h2.endslidetext, h3.endslidetext { font-size: 1.2em; } + .endslidetext:first-child { + top: .5rem; + } + .endslidetext:nth-child(2) { + top: 9rem; + } + .endslidetext:nth-child(3) { + top: 14rem; + } }