Skip to content

Instantly share code, notes, and snippets.

@jacobio
Last active December 22, 2021 19:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jacobio/5c6db466b27a50104108ec51fdc6e721 to your computer and use it in GitHub Desktop.
Save jacobio/5c6db466b27a50104108ec51fdc6e721 to your computer and use it in GitHub Desktop.
#preview {
display: none;
z-index: 2;
position: absolute;
width: 550px;
height: 365px;
top: 0px;
left: 0px;
background-color: #fff;
border-radius: 8px;
box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
overflow: hidden;
padding: 11px 20px 20px 20px;
}
#preview > * {
zoom: .85;
}
#preview > h1 {
margin-top: 0;
zoom: .75;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment