From e21b87a8860dfec0378f31a96a68805693509da2 Mon Sep 17 00:00:00 2001 From: Sama Ahmed <26samahmed@csu.fullerton.edu> Date: Wed, 29 Nov 2023 15:28:29 -0800 Subject: [PATCH 1/2] Update testimony.svelte --- src/routes/(site)/6/testimony.svelte | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/routes/(site)/6/testimony.svelte b/src/routes/(site)/6/testimony.svelte index d3d4e167..39d38c72 100644 --- a/src/routes/(site)/6/testimony.svelte +++ b/src/routes/(site)/6/testimony.svelte @@ -37,6 +37,7 @@ section { display: grid; } + section .testimony-inner-container { display: grid; grid-template-columns: 1fr; @@ -53,6 +54,7 @@ .testimony-text2 { display: grid; align-items: center; + font-size: 20px; } section .testimony-inner-container .testimony-text1 p { From e257c27506f59f9e79718903a145a744a97227dc Mon Sep 17 00:00:00 2001 From: Sama Ahmed <26samahmed@csu.fullerton.edu> Date: Tue, 5 Dec 2023 23:19:09 -0800 Subject: [PATCH 2/2] Fix Text Size on Desktop --- src/routes/(site)/6/testimony.svelte | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/routes/(site)/6/testimony.svelte b/src/routes/(site)/6/testimony.svelte index 39d38c72..96d8370b 100644 --- a/src/routes/(site)/6/testimony.svelte +++ b/src/routes/(site)/6/testimony.svelte @@ -54,7 +54,7 @@ .testimony-text2 { display: grid; align-items: center; - font-size: 20px; + font-size: var(--size-md); } section .testimony-inner-container .testimony-text1 p { @@ -122,7 +122,7 @@ align-items: center; justify-self: left; margin: 2em; - margin-left: 7em; + margin-left: 8.5em; } section .testimony-inner-container .testimony-photo2 { @@ -130,7 +130,7 @@ align-items: center; justify-self: right; margin: 2em; - margin-right: 9em; + margin-right: 10.5em; } }