We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 424890b + e70c62d commit e5b52cdCopy full SHA for e5b52cd
5 files changed
public/images/ebook-old.svg
public/images/ebook.svg
public/images/en.diagram.jpg
236 KB
public/images/ja.diagram.jpg
232 KB
src/features/common/components/auth0-cta/auth0-cta.module.scss
@@ -123,7 +123,7 @@
123
font-style: normal;
124
125
@media #{$breakpoint-dimension-lg} {
126
- font-size: 2.5rem;
+ font-size: 2.5rem;
127
}
128
129
@@ -195,11 +195,11 @@
195
background-repeat: no-repeat;
196
197
:global(html[lang="en"]) & {
198
- background-image: url("/images/en.diagram.png");
+ background-image: url("/images/en.diagram.jpg");
199
200
201
:global(html[lang="ja"]) & {
202
- background-image: url("/images/ja.diagram.png");
+ background-image: url("/images/ja.diagram.jpg");
203
204
205
@media #{$breakpoint-dimension-md} {
@@ -213,4 +213,4 @@
213
@media #{$breakpoint-dimension-sm} {
214
align-items: unset;
215
216
-}
+}
0 commit comments