SCSS title layout tweaks
Some checks failed
build-docker / Build Image (push) Has been cancelled

This commit is contained in:
mrkmntal 2026-04-15 09:15:30 -04:00
commit 587c9d4d62
2 changed files with 7 additions and 9 deletions

View file

@ -27,20 +27,20 @@
z-index: 20; z-index: 20;
.title { .title {
color: c.$title-color; color: #eebe4b;
@include u.text-shadow(3px, 1.5px); text-shadow: 3px 3px 0 #000,-1.5px -1.5px 0 #000,0 -1.5px 0 #000,1.5px -1.5px 0 #000,1.5px 0 0 #000,1.5px 1.5px 0 #000,0 1.5px 0 #000,-1.5px 1.5px 0 #000,-1.5px 0 0 #000;
font-family: 'Star4000'; font-family: 'Star4000';
font-size: 24pt; font-size: 24pt;
position: absolute; position: absolute;
width: 250px; width: 250px;
&.single { &.single {
left: 170px; left: 138px;
top: 25px; top: 40px;
} }
&.dual { &.dual {
left: 170px; left: 144px;
&>div { &>div {
position: absolute; position: absolute;
@ -70,9 +70,7 @@
left: 356px; left: 356px;
} }
.title.single {
top: 40px;
}
.date-time { .date-time {
white-space: pre; white-space: pre;

File diff suppressed because one or more lines are too long