InstantCoder / components /code-viewer.css
Ileana
Init
821dd89
Raw
History Blame Contribute Delete
123 Bytes
.sp-preview-container {
@apply flex h-full w-full grow flex-col justify-center;
}
.sp-preview-iframe {
@apply grow;
}