Skip to content

Commit be8d92a

Browse files
committed
Adjust text size for addresses on IPv4Chart
1 parent af68b8c commit be8d92a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/components/parts/IPv4Chart.svelte

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ Visualize various IPv4 related info
217217
</tr>
218218
</table>
219219
<div class="flex text-center">
220-
<div class="flex-1 text-left text-gray text-xs lt-xs:text-[0.5rem]">
220+
<div class="flex-1 text-left text-gray text-xs lt-sm:text-[0.6rem] lt-xs:text-[0.5rem]">
221221
<PartialTransition notation={renderedNetworkWithouPrefix} />
222222
</div>
223223
<div class="flex-1 text-center flex text-lime-600 items-center mt-1">
@@ -245,7 +245,9 @@ Visualize various IPv4 related info
245245
</button>
246246
<div class="grow" />
247247
</div>
248-
<div class="flex-1 text-right text-gray flex text-xs lt-xs:text-[0.5rem]">
248+
<div
249+
class="flex-1 text-right text-gray flex text-xs lt-sm:text-[0.6rem] lt-xs:text-[0.5rem]"
250+
>
249251
<div class="grow" />
250252
<PartialTransition notation={renderedBroadcast} />
251253
</div>

0 commit comments

Comments
 (0)