Commit 65c926c4 authored by Pietro Albini's avatar Pietro Albini

base: add basic styling for <img>

parent 6c9b4014
......@@ -48,6 +48,11 @@ a {
}
}
img {
max-height: 100%;
max-width: 100%;
}
pre, code {
line-height: 1.45em;
background: mix(#fff, $color_orange, 90%);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment