diff --git a/src/Body/Fetch/Description.tsx b/src/Body/Fetch/Description.tsx index 833cf32..de4224f 100644 --- a/src/Body/Fetch/Description.tsx +++ b/src/Body/Fetch/Description.tsx @@ -1,4 +1,4 @@ -import { Highlight } from "./utils"; +import { BlankLine, Highlight } from "./utils"; type HeaderProps = { user: string; @@ -28,14 +28,10 @@ const InfoLine = ({ label, value }: InfoLineProps) => ( const Description = () => (
- - - - - - - - + + + +
); diff --git a/src/style.css b/src/style.css index 3d04d1a..ad7d864 100644 --- a/src/style.css +++ b/src/style.css @@ -268,10 +268,8 @@ p { } #michael-photo-container { - flex: 1 1 9lh; - max-width: 11lh; + max-height: 9lh; aspect-ratio: 1; - padding-top: 1lh; :active { animation: spin 1s linear infinite forwards;