diff options
Diffstat (limited to 'src/components')
| -rw-r--r-- | src/components/Cidr.tsx | 4 |
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} |
