From bae5f1979f900eece184ef58d354b38570af2bbb Mon Sep 17 00:00:00 2001 From: tombui99 Date: Wed, 6 Mar 2024 12:46:49 +0700 Subject: [PATCH] Fixed UI case study page --- ui/src/containers/CaseStudy.svelte | 28 +++++++++++++++++++--------- ui/src/global.scss | 6 ++++++ 2 files changed, 25 insertions(+), 9 deletions(-) diff --git a/ui/src/containers/CaseStudy.svelte b/ui/src/containers/CaseStudy.svelte index 0e25b045..10238105 100644 --- a/ui/src/containers/CaseStudy.svelte +++ b/ui/src/containers/CaseStudy.svelte @@ -1,6 +1,7 @@ +
@@ -43,7 +44,7 @@ Hence, we had to categorize the custom rules according to each framework, discerning which rules are applicable to Gatsby or NextJS, with the aim of mitigating false positive. -
+
-
\ No newline at end of file + + + \ No newline at end of file diff --git a/ui/src/global.scss b/ui/src/global.scss index 7c7a51c0..18700cd7 100644 --- a/ui/src/global.scss +++ b/ui/src/global.scss @@ -144,3 +144,9 @@ button:focus { transition: opacity 0.2s ease; z-index: 3000; } + +.logo { + display: flex; + justify-content: space-around; + margin: 2rem 0 +}