Skip to content

Commit

Permalink
fix(components-LiveCode): add bottom border radius (#1060)
Browse files Browse the repository at this point in the history
  • Loading branch information
sabertazimi committed Mar 8, 2023
1 parent 4ddd03e commit 56d3fb8
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions components/CodeBlocks/LiveCode.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@
@apply w-full flex-auto border-l border-r border-b border-solid border-dark md:w-1/2;
}

.editor {
@apply rounded-bl-lg;
}

.preview {
@apply rounded-br-lg;
}

.error {
@apply w-full bg-red-100 text-red-700;
}

1 comment on commit 56d3fb8

@vercel
Copy link

@vercel vercel bot commented on 56d3fb8 Mar 8, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

blog – ./

blog-git-main-sabertaz.vercel.app
blog.tazimi.dev
blog-sabertaz.vercel.app

Please sign in to comment.