diff --git a/smart-hut/src/components/dashboard/devices/NewDevice.js b/smart-hut/src/components/dashboard/devices/NewDevice.js index 80089f4..ff0ef72 100644 --- a/smart-hut/src/components/dashboard/devices/NewDevice.js +++ b/smart-hut/src/components/dashboard/devices/NewDevice.js @@ -20,7 +20,6 @@ const StyledDiv = styled.div` border-radius: 100%; border: none; position: relative; - margin-bottom: 3rem; box-shadow: 3px 2px 10px 5px #ccc; transition: all 0.3s ease-out; :hover {