From 8df39e1a1e322527d91a3c07305f90bc1c079c93 Mon Sep 17 00:00:00 2001 From: Adam French Date: Wed, 26 Nov 2025 14:53:26 +0000 Subject: [PATCH] new styles --- nginx/vue/public/css/cv_styles.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/nginx/vue/public/css/cv_styles.css b/nginx/vue/public/css/cv_styles.css index b510c0f..23aeaef 100644 --- a/nginx/vue/public/css/cv_styles.css +++ b/nginx/vue/public/css/cv_styles.css @@ -129,6 +129,10 @@ body { padding: 0; } +/*div { + all: unset; +}*/ + h1, h2, h3, @@ -236,6 +240,7 @@ textarea { /* Contact At Top of Page */ .contact { + all: unset; display: flex; justify-content: space-between; align-items: center; @@ -243,6 +248,7 @@ textarea { } .contact-details { + all: unset; display: flex; flex-direction: column; text-align: right;