Skip to content

Commit 9ae704e

Browse files
committed
fix(LightRaysDemo): ensure container has zero padding
1 parent 19d3e8b commit 9ae704e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/demo/Backgrounds/LightRaysDemo.vue

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -229,3 +229,9 @@ const propData = [
229229
}
230230
];
231231
</script>
232+
233+
<style scoped>
234+
.demo-container {
235+
padding: 0;
236+
}
237+
</style>

0 commit comments

Comments
 (0)