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:
@@ -32,6 +32,7 @@
|
|||||||
.reveal .slides section {
|
.reveal .slides section {
|
||||||
text-align: left;
|
text-align: left;
|
||||||
border-top: 6px solid var(--strip-color);
|
border-top: 6px solid var(--strip-color);
|
||||||
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|
||||||
.reveal h1, .reveal h2 {
|
.reveal h1, .reveal h2 {
|
||||||
@@ -63,8 +64,8 @@
|
|||||||
|
|
||||||
.slide-logo {
|
.slide-logo {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
bottom: 0.6em;
|
bottom: 12px;
|
||||||
right: 0.8em;
|
right: 16px;
|
||||||
width: 40px;
|
width: 40px;
|
||||||
height: 40px;
|
height: 40px;
|
||||||
opacity: 0.8;
|
opacity: 0.8;
|
||||||
|
|||||||
Reference in New Issue
Block a user