summaryrefslogtreecommitdiff
path: root/src/components
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2025-05-16 22:45:06 +0200
committerYuval Adam <_@yuv.al>2025-05-16 22:45:06 +0200
commit89fe99f909d9f3b95b317205ba6e79e9c5ffe03c (patch)
tree275cb594f65a571b03c5f930275786dbea0f12ee /src/components
parent1c14fcef72a79e3409e08b9724fed034c736126c (diff)
Add subtitle and cleanup responsive design
Diffstat (limited to 'src/components')
-rw-r--r--src/components/Cidr.tsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/Cidr.tsx b/src/components/Cidr.tsx
index f3f359c..e1b1feb 100644
--- a/src/components/Cidr.tsx
+++ b/src/components/Cidr.tsx
@@ -221,7 +221,7 @@ export default function Cidr() {
return (
- <div className="my-6 border-0 sm:border border-gray-300 rounded-lg bg-white/70 shadow-md">
+ <div className="pt-1 my-6 border-0 sm:border border-gray-300 rounded-lg bg-white/70 shadow-md">
<div className="flex flex-wrap justify-center gap-4 my-10">
{ip.map((octet, i) => (
<div key={`octet-${i}`}>
@@ -273,7 +273,7 @@ export default function Cidr() {
}
</div>
- <div className="flex justify-end p-5">
+ <div className="flex justify-center lg:justify-end p-5">
<div className="mx-2">
<button
onClick={handleCopy}