From 4130fe8d2d7f49bd0f7d2dc0deea06785e9e9816 Mon Sep 17 00:00:00 2001 From: Chris Wanstrath <2+defunkt@users.noreply.github.com> Date: Mon, 15 Sep 2025 15:51:48 -0700 Subject: [PATCH] annnd you --- nose/app/dir/index.tsx | 20 ++++++-------------- 1 file changed, 6 insertions(+), 14 deletions(-) diff --git a/nose/app/dir/index.tsx b/nose/app/dir/index.tsx index b3dcf12..93f8cf7 100644 --- a/nose/app/dir/index.tsx +++ b/nose/app/dir/index.tsx @@ -9,21 +9,11 @@ export default () => { font-family: "Comic Sans MS", "Comic Sans", "Chalkboard", "Comic Neue", cursive; } - main { - width: 500px; - margin: 0 auto; - } + main { width: 500px; margin: 0 auto; } - h1 { - color: red; - border-bottom: 1px dashed red; - } + h1 { color: red; border-bottom: 1px dashed red; } - p { - color: magenta; - font-size: 18px; - - } + p { color: magenta; font-size: 18px; } `}
@@ -33,4 +23,6 @@ export default () => {

-} \ No newline at end of file +} + +