tweak styles

This commit is contained in:
EGOIST 2022-06-04 00:16:43 +08:00
parent 6cf9ddc676
commit f2a6492ceb
3 changed files with 5 additions and 5 deletions

View File

@ -2,3 +2,4 @@
**/.next
**/dist
**/.env
.git

View File

@ -1,5 +1,5 @@
pre {
@apply md:rounded-xl;
@apply rounded-xl;
@apply my-7;
@apply p-5 md:p-8;
background-color: var(--code-bg);

View File

@ -64,8 +64,8 @@
}
.prose .table-wrapper {
@apply min-w-full md:rounded-xl text-sm my-7 -mx-5 md:-mx-8 whitespace-nowrap overflow-auto;
@apply shadow-md ring-1 ring-zinc-700 ring-opacity-10;
@apply min-w-full rounded-xl text-sm my-7 whitespace-nowrap overflow-auto;
@apply shadow-sm ring-1 ring-zinc-700 ring-opacity-10;
}
.prose table {
@ -116,8 +116,7 @@
}
.prose .code-wrapper {
@apply relative;
@apply -mx-5 md:-mx-8;
@apply relative text-base;
}
.prose .code-wrapper .copy-button {