mirror of
https://github.com/standardebooks/web.git
synced 2025-07-08 15:50:29 -04:00
Tweak 3D book CSS
This commit is contained in:
parent
450aa5b4b4
commit
c3877c34c0
1 changed files with 2 additions and 2 deletions
|
@ -2089,8 +2089,8 @@ abbr.acronym{
|
|||
width: calc(var(--size) + 2px);
|
||||
height: 100%;
|
||||
left: calc(-1 * var(--size));
|
||||
background: no-repeat center/calc(var(--size) - .5rem) url('/images/logo-spine.svg') #222;
|
||||
background-size: calc(var(--size) - .5rem) var(--size);
|
||||
background: no-repeat center center url('/images/logo-spine.svg') #222;
|
||||
background-size: calc(var(--size) - .5rem) calc(var(--size) - .5rem);
|
||||
transform-origin: right;
|
||||
transform: skewY(45deg);
|
||||
z-index: -1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue