Skip to content

Commit

Permalink
πŸ”€ Merge pull request #20 from AssistantApps/develop
Browse files Browse the repository at this point in the history
πŸ”– 1.5.5
  • Loading branch information
Khaoz-Topsy authored Jun 19, 2024
2 parents 655e397 + d11c8a3 commit 6995e3c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "assistantapps-webcomponents",
"version": "1.5.4",
"version": "1.5.5",
"private": true,
"type": "module",
"scripts": {
Expand Down Expand Up @@ -35,4 +35,4 @@
"tslib": "^2.5.0",
"typescript": "^4.9.0"
}
}
}
2 changes: 1 addition & 1 deletion src/shared/scss/grid-container.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
--aa-grid-columns: 2;
display: flex;
flex-wrap: wrap;
margin-bottom: 3em;
margin-bottom: 1em;
justify-content: center;
column-gap: 1em;
row-gap: 1em;
Expand Down

0 comments on commit 6995e3c

Please sign in to comment.