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 +}