Skip to content

Commit 9170f61

Browse files
committed
Add margin between IP addresses on IPv4Chart
1 parent c3d4a56 commit 9170f61

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/parts/IPv4Chart.svelte

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,11 +86,11 @@ Visualize various IPv4 related info
8686
<!-- overview -->
8787
<div>
8888
<div class="flex text-center text-gray items-end text-xs lt-xs:text-[0.5rem]">
89-
<div class="flex-1 text-left">0.0.0.0</div>
89+
<div class="flex-1 text-left ml--2 mr-2">0.0.0.0</div>
9090
<div class="flex-1 text-left">64.0.0.0</div>
9191
<div class="flex-1">128.0.0.0</div>
9292
<div class="flex-1 text-right">192.0.0.0</div>
93-
<div class="flex-1 text-right">255.255.255.255</div>
93+
<div class="flex-1 text-right ml-2 mr--2">255.255.255.255</div>
9494
</div>
9595
<table class="h-2 w-full">
9696
<tr>

0 commit comments

Comments
 (0)