diff --git a/src/components/Content.tsx b/src/components/Content.tsx
index c4bb5a52e17f4e35515f60a5a04e7387be247832..ef2ebc838aa1f40de059ef823d6513f0eb791591 100644
--- a/src/components/Content.tsx
+++ b/src/components/Content.tsx
@@ -6,15 +6,10 @@ import Details from './fdos/details'
 export default function Content () {
   return (
     <Box sx={{ width: '100%', maxWidth: 500 }}>
-
       <Typography variant="subtitle1" gutterBottom>
-        Get a short preview of an FDO in detail: 
+        Get a short preview of an FDO in detail:
       </Typography>
-     
-
-
       <Details/>
-
     </Box>
   )
 }