We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3d4a56 commit 9170f61Copy full SHA for 9170f61
src/components/parts/IPv4Chart.svelte
@@ -86,11 +86,11 @@ Visualize various IPv4 related info
86
<!-- overview -->
87
<div>
88
<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>
+ <div class="flex-1 text-left ml--2 mr-2">0.0.0.0</div>
90
<div class="flex-1 text-left">64.0.0.0</div>
91
<div class="flex-1">128.0.0.0</div>
92
<div class="flex-1 text-right">192.0.0.0</div>
93
- <div class="flex-1 text-right">255.255.255.255</div>
+ <div class="flex-1 text-right ml-2 mr--2">255.255.255.255</div>
94
</div>
95
<table class="h-2 w-full">
96
<tr>
0 commit comments