fix width for markdown images [ci skip]
This commit is contained in:
parent
40c04234bd
commit
43ed6dde46
1 changed files with 5 additions and 2 deletions
|
|
@ -141,6 +141,7 @@ body {
|
|||
|
||||
.text-content {
|
||||
@include opacity(0.65);
|
||||
|
||||
position : relative;
|
||||
z-index : 10;
|
||||
color : #000;
|
||||
|
|
@ -149,6 +150,10 @@ body {
|
|||
font-weight : bold;
|
||||
font-size : 1.5em;
|
||||
line-height : 1.2em;
|
||||
|
||||
img {
|
||||
max-width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
&.sticky-note {
|
||||
|
|
@ -234,8 +239,6 @@ body {
|
|||
@include opacity(1);
|
||||
text-shadow : none;
|
||||
font-weight: bold;
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue