File tree Expand file tree Collapse file tree 5 files changed +7
-15
lines changed Expand file tree Collapse file tree 5 files changed +7
-15
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ Wrap CIDR to work better with astro mdx files
7
7
import OpacitySkeleton from ' ../parts/OpacitySkeleton.svelte' ;
8
8
</script >
9
9
10
- <div class =" not-prose" >
10
+ <div class =" not-prose my-7 " >
11
11
<OpacitySkeleton >
12
12
<CIDR />
13
13
</OpacitySkeleton >
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ Wrap Color to work better with astro mdx files
7
7
import OpacitySkeleton from ' ../parts/OpacitySkeleton.svelte' ;
8
8
</script >
9
9
10
- <div class =" not-prose" >
10
+ <div class =" not-prose my-7 " >
11
11
<OpacitySkeleton >
12
12
<Color />
13
13
</OpacitySkeleton >
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ Wrap Number to work better with astro mdx files
7
7
import OpacitySkeleton from ' ../parts/OpacitySkeleton.svelte' ;
8
8
</script >
9
9
10
- <div class =" not-prose" >
10
+ <div class =" not-prose my-7 " >
11
11
<OpacitySkeleton >
12
12
<Number />
13
13
</OpacitySkeleton >
Original file line number Diff line number Diff line change @@ -9,20 +9,14 @@ import CIDR from '../components/glue/EmbeddableCIDR.svelte';
9
9
10
10
This is [ Bit Visualizer] ( ./toys/bit-visualizer )
11
11
12
- <div class = " mt-7" >
13
- <Number client :visible />
14
- </div >
12
+ <Number client :visible />
15
13
16
14
Below is [ True Color Picker] ( ./toys/color )
17
15
18
- <div class = " my-7" >
19
- <Color client :visible />
20
- </div >
16
+ <Color client :visible />
21
17
22
18
And [ IPv4 CIDR Calculator] ( ./toys/ipv4 )
23
19
24
- <div class = " my-7" >
25
- <CIDR client :visible />
26
- </div >
20
+ <CIDR client :visible />
27
21
28
22
And [ more] ( ./toys ) will come!
Original file line number Diff line number Diff line change @@ -5,6 +5,4 @@ toy: true
5
5
---
6
6
import CIDR from ' ../../components/glue/EmbeddableCIDR.svelte' ;
7
7
8
- <div class = " my-7" >
9
- <CIDR client :visible />
10
- </div >
8
+ <CIDR client :visible />
You can’t perform that action at this time.
0 commit comments