diff --git a/public/images/ebook-old.svg b/public/images/ebook-old.svg new file mode 100644 index 00000000..05ada022 --- /dev/null +++ b/public/images/ebook-old.svg @@ -0,0 +1,110 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/public/images/ebook.svg b/public/images/ebook.svg index 05ada022..dc2ee3ff 100644 --- a/public/images/ebook.svg +++ b/public/images/ebook.svg @@ -105,6 +105,5 @@ - diff --git a/public/images/en.diagram.jpg b/public/images/en.diagram.jpg new file mode 100644 index 00000000..d87e303c Binary files /dev/null and b/public/images/en.diagram.jpg differ diff --git a/public/images/ja.diagram.jpg b/public/images/ja.diagram.jpg new file mode 100644 index 00000000..0437a664 Binary files /dev/null and b/public/images/ja.diagram.jpg differ diff --git a/src/features/common/components/auth0-cta/auth0-cta.module.scss b/src/features/common/components/auth0-cta/auth0-cta.module.scss index de8a0cf0..ce3da6ff 100644 --- a/src/features/common/components/auth0-cta/auth0-cta.module.scss +++ b/src/features/common/components/auth0-cta/auth0-cta.module.scss @@ -123,7 +123,7 @@ font-style: normal; @media #{$breakpoint-dimension-lg} { - font-size: 2.5rem; + font-size: 2.5rem; } } @@ -195,11 +195,11 @@ background-repeat: no-repeat; :global(html[lang="en"]) & { - background-image: url("/images/en.diagram.png"); + background-image: url("/images/en.diagram.jpg"); } :global(html[lang="ja"]) & { - background-image: url("/images/ja.diagram.png"); + background-image: url("/images/ja.diagram.jpg"); } @media #{$breakpoint-dimension-md} { @@ -213,4 +213,4 @@ @media #{$breakpoint-dimension-sm} { align-items: unset; } -} \ No newline at end of file +}