diff --git a/public/assets/icons/favicon-32x32.png b/public/assets/icons/favicon-32x32.png index f9a1c9608..b6291d994 100644 Binary files a/public/assets/icons/favicon-32x32.png and b/public/assets/icons/favicon-32x32.png differ diff --git a/public/scroll-docs-white.svg b/public/scroll-docs-white.svg index 2fa605bfc..3ee150262 100644 --- a/public/scroll-docs-white.svg +++ b/public/scroll-docs-white.svg @@ -1,66 +1,25 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/public/scroll-docs.svg b/public/scroll-docs.svg index 58aabd632..f7c775e53 100644 --- a/public/scroll-docs.svg +++ b/public/scroll-docs.svg @@ -1,124 +1,27 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - + + + + + diff --git a/public/scroll-logo-light.svg b/public/scroll-logo-light.svg deleted file mode 100644 index 19b6c675a..000000000 --- a/public/scroll-logo-light.svg +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - - - - diff --git a/public/scroll-white.svg b/public/scroll-white.svg index 4dbfc4c20..ce3ba1224 100644 --- a/public/scroll-white.svg +++ b/public/scroll-white.svg @@ -1,58 +1,13 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + diff --git a/public/scroll.svg b/public/scroll.svg deleted file mode 100644 index 7cef1e4d1..000000000 --- a/public/scroll.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/src/components/Footer/PureFooter/PureFooter.module.css b/src/components/Footer/PureFooter/PureFooter.module.css index 61a537a2d..9c2a147de 100644 --- a/src/components/Footer/PureFooter/PureFooter.module.css +++ b/src/components/Footer/PureFooter/PureFooter.module.css @@ -9,6 +9,10 @@ "logo follow" "about resource" "version version"; + row-gap: 50px; + } + .version { + margin-top: 22px; } } diff --git a/src/components/Footer/PureFooter/PureFooter.tsx b/src/components/Footer/PureFooter/PureFooter.tsx index 5572562da..56706e7e1 100644 --- a/src/components/Footer/PureFooter/PureFooter.tsx +++ b/src/components/Footer/PureFooter/PureFooter.tsx @@ -6,7 +6,7 @@ const Footer = () => { return (
- +

About Scroll

@@ -34,9 +34,7 @@ const Footer = () => {
{mediaList.map((item) => ( - { - - } + {} ))}
diff --git a/src/components/Header/Header.astro b/src/components/Header/Header.astro index 5dbcbf177..580473af1 100644 --- a/src/components/Header/Header.astro +++ b/src/components/Header/Header.astro @@ -45,7 +45,11 @@ const section = frontmatter?.section ?? ""