mirror of
https://github.com/DefectingCat/DefectingCat.github.io
synced 2025-07-15 08:41:37 +00:00
15 lines
197 B
CSS
15 lines
197 B
CSS
.wrapper {
|
|
@apply overflow-hidden rounded;
|
|
@apply mb-8 shadow-card;
|
|
font-size: 16px;
|
|
}
|
|
|
|
.wrapper pre {
|
|
margin: unset;
|
|
border-radius: unset;
|
|
}
|
|
|
|
.wrapper .loading span {
|
|
margin: unset;
|
|
}
|