diff --git a/public/page/home/sections/PlatformsSection.jsx b/public/page/home/sections/PlatformsSection.jsx index 6841949..8f8c0ec 100644 --- a/public/page/home/sections/PlatformsSection.jsx +++ b/public/page/home/sections/PlatformsSection.jsx @@ -46,10 +46,13 @@ const Platform = (props) => { children = image; } + //Wrap in a div and a fader. Div is to help with random transitions on resizing. return ( - - {children} - +
+ + {children} + +
); };