Skip to content

Commit 1429000

Browse files
authored
Merge pull request #123 from celenium-io/blob-fest
feat: blob fest
2 parents 0dfb256 + 12773fa commit 1429000

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

pages/blob-fest.vue

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
<script setup></script>
2+
3+
<template>
4+
<iframe src="https://dev.celestials.id/celenium/iframe" :class="$style.iframe" />
5+
</template>
6+
7+
<style module>
8+
.iframe {
9+
width: calc(100% - 48px);
10+
height: 1000px;
11+
12+
border: none;
13+
14+
margin: 0 24px;
15+
}
16+
</style>

0 commit comments

Comments
 (0)