From eedc357aa02f1d8bc66d907a887e0c46fd69323b Mon Sep 17 00:00:00 2001 From: Kyle Belanger Date: Mon, 17 Feb 2025 16:22:13 -0500 Subject: [PATCH] update styles --- notes.txt | 2 +- public/css/styles.css | 26 ++++---------------------- public/index.html | 4 ++-- 3 files changed, 7 insertions(+), 25 deletions(-) diff --git a/notes.txt b/notes.txt index cefb06a..333dae1 100644 --- a/notes.txt +++ b/notes.txt @@ -1 +1 @@ -npx @tailwindcss/cli -i ./public/css/styles.css -o ./public/css/output.css --watch \ No newline at end of file +npx @tailwindcss/cli -i ./public/css/base_styles.css -o ./public/css/styles.css --watch \ No newline at end of file diff --git a/public/css/styles.css b/public/css/styles.css index b732b08..1a2e300 100644 --- a/public/css/styles.css +++ b/public/css/styles.css @@ -524,29 +524,15 @@ .block { display: block; } - .flex { - display: flex; - } - .justify-center { - justify-content: center; - } - .text-center { - text-align: center; - } - .text-2xl { - font-size: var(--text-2xl); - line-height: var(--tw-leading, var(--text-2xl--line-height)); - } - .font-bold { - --tw-font-weight: var(--font-weight-bold); - font-weight: var(--font-weight-bold); - } .outline { outline-style: var(--tw-outline-style); outline-width: 1px; } } -#outputSection { +#resumePreviewSection { + display: none; +} +#coverLetterSection { display: none; } @keyframes spin { @@ -575,10 +561,6 @@ animation-timing-function: cubic-bezier(0, 0, 0.2, 1); } } -@property --tw-font-weight { - syntax: "*"; - inherits: false; -} @property --tw-outline-style { syntax: "*"; inherits: false; diff --git a/public/index.html b/public/index.html index 54f987a..9cd6051 100644 --- a/public/index.html +++ b/public/index.html @@ -15,7 +15,7 @@ -