From 02ed9f71c139a3234303a42f5086a00968da83c0 Mon Sep 17 00:00:00 2001 From: Michael Bradley Date: Fri, 21 Feb 2025 03:09:13 -0500 Subject: [PATCH] Remove unused styles --- src/style.css | 27 --------------------------- 1 file changed, 27 deletions(-) diff --git a/src/style.css b/src/style.css index acdf8c2..6954ecd 100644 --- a/src/style.css +++ b/src/style.css @@ -1,16 +1,4 @@ :root { - font-family: - system-ui, - -apple-system, - BlinkMacSystemFont, - "Segoe UI", - Roboto, - Oxygen, - Ubuntu, - Cantarell, - "Open Sans", - "Helvetica Neue", - sans-serif; line-height: 1.5; font-weight: 400; @@ -257,10 +245,6 @@ p { margin-block-end: 0; } -.indent { - text-indent: 2lh; -} - #michael-photo-container { max-height: 9lh; aspect-ratio: 1; @@ -292,13 +276,6 @@ p { } } -/* Helper for capturing thumb.png*/ -@media print { - .invisible-div { - padding: 1rem; - } -} - #basic-info { display: flex; flex-direction: column; @@ -311,10 +288,6 @@ p { font-weight: bold; } -.whitespace { - white-space: pre; -} - .blocks { letter-spacing: -1px; line-height: 0.9lh;