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