diff --git a/epicyon-profile.css b/epicyon-profile.css index 7a8e15501..384c60893 100644 --- a/epicyon-profile.css +++ b/epicyon-profile.css @@ -190,10 +190,6 @@ body, html { color: var(--cw-color); } -.markdownImage { - width: 100%; -} - .leftColIcons { width: 100%; background-color: var(--column-left-color); diff --git a/epicyon-welcome.css b/epicyon-welcome.css index 21a2ec8a1..89ccadb2c 100644 --- a/epicyon-welcome.css +++ b/epicyon-welcome.css @@ -149,6 +149,10 @@ img.avatar { width: var(--welcome-avatar-width); } +.container img.markdownImage { + width: 100%; +} + .container.next { float: right; } @@ -192,7 +196,7 @@ span.psw { margin: 8px 0; border: none; cursor: pointer; - width: var(--welcome-button-width); + width: var(--welcome-button-width); font-size: var(--welcome-font-size); font-family: Arial, Helvetica, sans-serif; } @@ -232,7 +236,7 @@ span.psw { margin: 8px 0; border: none; cursor: pointer; - width: var(--welcome-button-width); + width: var(--welcome-button-width); font-size: var(--welcome-font-size-mobile); font-family: Arial, Helvetica, sans-serif; }