Skip to content
This repository was archived by the owner on Nov 5, 2023. It is now read-only.

Commit a4c1393

Browse files
committed
[Hotfix] More margin for alert
1 parent 9e8b003 commit a4c1393

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

components/content/Alert.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ defineProps({
6161

6262
<style>
6363
.d-alert {
64-
@apply font-dialog text-black dark:text-white my-6;
64+
@apply font-dialog text-black dark:text-white mb-6 mt-12;
6565
}
6666
6767
.d-alert__shape {

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@d0rich/nuxt-design-system",
3-
"version": "0.6.0",
3+
"version": "0.6.1",
44
"main": "./nuxt.config.ts",
55
"description": "🖼️ Design system for d0rich's projects based on Nuxt 3 and Tailwind CSS",
66
"keywords": [

0 commit comments

Comments
 (0)