Markdown image style

merge-requests/21/head
Bob Mottram 2021-02-26 17:38:25 +00:00
parent 4f0b739694
commit 2ad10b0700
2 changed files with 6 additions and 6 deletions

View File

@ -190,10 +190,6 @@ body, html {
color: var(--cw-color);
}
.markdownImage {
width: 100%;
}
.leftColIcons {
width: 100%;
background-color: var(--column-left-color);

View File

@ -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;
}