Skip to content

Commit

Permalink
Some styling
Browse files Browse the repository at this point in the history
  • Loading branch information
sertxudev committed Jul 6, 2022
1 parent c14dd40 commit cefdafe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@sertxudeveloper/markdown-editor",
"exportName": "MarkdownEditor",
"version": "0.2.4",
"version": "0.2.5",
"description": "A customizable markdown editor for your projects",
"main": "./build/MarkdownEditor.js",
"module": "./build/MarkdownEditor.js",
Expand Down
4 changes: 2 additions & 2 deletions src/scss/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -168,10 +168,10 @@
}

.browser-grid {
@apply shrink-0 grow gap-4 grid grid-cols-6 p-4;
@apply grow gap-4 grid grid-cols-6 p-4;

.browser-grid-item {
@apply flex flex-col;
@apply flex flex-col h-56;

> img {
@apply w-full h-full object-cover;
Expand Down

0 comments on commit cefdafe

Please sign in to comment.