More work on now page
This commit is contained in:
parent
65b5ec1978
commit
d8f0dfad31
15 changed files with 204 additions and 135 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue