diff options
Diffstat (limited to 'src/components')
| -rw-r--r-- | src/components/Cidr.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/Cidr.tsx b/src/components/Cidr.tsx index 78ec22f..2ea6bba 100644 --- a/src/components/Cidr.tsx +++ b/src/components/Cidr.tsx @@ -147,7 +147,7 @@ export default function Cidr() { return ( - <div className="my-6 border-0 sm:border border-gray-300 rounded-lg"> + <div className="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}`}> |
