diff --git a/packages/notification/src/vpu-notification.js b/packages/notification/src/vpu-notification.js index db484e71322fed2b0b7d2989669cda2679641b0b..d9533455b4c3804eb22b5145878e2ebf6d9ddb91 100644 --- a/packages/notification/src/vpu-notification.js +++ b/packages/notification/src/vpu-notification.js @@ -77,7 +77,7 @@ class VPUNotification extends VPULitElement { return html` <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bulma/0.7.5/css/bulma.min.css"> <style> - #notification {position: fixed; top: 0; max-width: 500px; margin: 1% auto; left: 0; right: 0; z-index: 1000;} + #notification {position: fixed; top: 0; max-width: 500px; margin: 0.75em auto; left: 0; right: 0; z-index: 1000; padding: 0;} .notification h3 {font-weight: bold; margin-bottom: 3px;} </style>