We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a8d32d commit 7955c52Copy full SHA for 7955c52
stylesheets/images.scss
@@ -1,12 +1,12 @@
1
-.procedural-image-wrapper {
+.markdown-body .procedural-image-wrapper {
2
display: block;
3
padding: 10px 0;
4
margin: 20px auto 0 auto;
5
border: none;
6
max-width: calc(100% - 32px);
7
}
8
9
-.procedural-image-wrapper img {
+.markdown-body .procedural-image-wrapper img {
10
border-radius: 5px;
11
border: 2px solid var(--color-auto-gray-2);
12
width: auto;
@@ -16,11 +16,10 @@
16
17
18
// make sure images that contain emoji render at the expected size
19
-img[src*="https://github.githubassets.com/images/icons/emoji"]
+.markdown-body img[src*="https://github.githubassets.com/images/icons/emoji"]
20
{
21
- height: 20;
22
- width: 20;
23
- align: absmiddle;
+ height: 20px;
+ width: 20px;
24
25
26
.markdown-body img {
0 commit comments