More work on now page

This commit is contained in:
Dan 2025-12-30 11:01:49 +00:00
parent 65b5ec1978
commit d8f0dfad31
15 changed files with 204 additions and 135 deletions

View file

@ -691,6 +691,19 @@ body {
top: auto;
left: auto;
}
/* Monitor stand */
> .monitor-stand {
position: absolute;
background: none;
box-shadow: none;
bottom: -80px;
left: 50%;
transform: translateX(-50%);
width: 120px;
height: 80px;
z-index: -1;
}
}
/* CRT Monitor bezel */
@ -762,17 +775,6 @@ body {
}
}
/* Monitor stand */
.monitor-stand {
position: absolute;
bottom: -80px;
left: 50%;
transform: translateX(-50%);
width: 120px;
height: 80px;
z-index: -1;
}
/* Stand neck */
.stand-neck {
width: 40px;