From a49e2253d62cf0a050b94871580355f80fc96d29 Mon Sep 17 00:00:00 2001 From: Michael Bradley Date: Fri, 21 Feb 2025 02:29:41 -0500 Subject: [PATCH] Improve screen usage --- src/Body/Fetch/index.tsx | 16 +++++++--------- src/style.css | 8 +------- 2 files changed, 8 insertions(+), 16 deletions(-) diff --git a/src/Body/Fetch/index.tsx b/src/Body/Fetch/index.tsx index 9e47a0d..2d64a7d 100644 --- a/src/Body/Fetch/index.tsx +++ b/src/Body/Fetch/index.tsx @@ -6,15 +6,13 @@ import { BlankLine } from "./utils"; // TODO: Automate screenshot of info for thumbnail? const Fetch = () => { return ( -
-
- -
- - - - -
+
+ +
+ + + +
); diff --git a/src/style.css b/src/style.css index ad7d864..9da41a4 100644 --- a/src/style.css +++ b/src/style.css @@ -239,12 +239,6 @@ body { } } -#fetch-container { - display: flex; - flex-direction: column; - justify-content: center; -} - #fetch { display: flex; flex-direction: row; @@ -255,7 +249,7 @@ body { font-family: "JetBrains Mono", "ui-monospace", "SF Mono", "Courier New", monospace; margin: 0 1rem; white-space: nowrap; - font-size: clamp(0.5rem, 2.5dvw, 1rem); + font-size: clamp(0.75rem, 2.5dvw, 1.25rem); } p {