X-Git-Url: https://git-public.kairo.at/?p=slides.git;a=blobdiff_plain;f=fosdem2021%2Fslides.css;h=e0ba5a00d07ce72cf2f5a44d6344a40b75b83e0b;hp=013058eda32c9dffa4add3adb863e94a9be0787e;hb=HEAD;hpb=3ee1a79bffc598afd9564849f373b1cb509b7f31 diff --git a/fosdem2021/slides.css b/fosdem2021/slides.css index 013058e..e0ba5a0 100644 --- a/fosdem2021/slides.css +++ b/fosdem2021/slides.css @@ -426,9 +426,30 @@ h3.endslidetext > span { padding: 0 10px; } -@media (min-resolution: 1.3dppx) { +.endslidetext:first-child { + top: 3rem; +} + +.endslidetext:nth-child(2) { + top: 22rem; +} + +.endslidetext:nth-child(3) { + top: 33rem; +} + +@media (min-resolution: 1.35dppx) { 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; + } }