fix: consistent tool logo placement across slides

- Use px instead of em so position doesn't shift with font size
- Explicitly set position:relative on sections for reliable anchoring

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
2026-04-14 01:00:54 +02:00
parent 74353be84b
commit c01de466df

View File

@@ -32,6 +32,7 @@
.reveal .slides section {
text-align: left;
border-top: 6px solid var(--strip-color);
position: relative;
}
.reveal h1, .reveal h2 {
@@ -63,8 +64,8 @@
.slide-logo {
position: absolute;
bottom: 0.6em;
right: 0.8em;
bottom: 12px;
right: 16px;
width: 40px;
height: 40px;
opacity: 0.8;