Skip to content
Snippets Groups Projects
Commit 31715718 authored by Dominik Gall's avatar Dominik Gall
Browse files

Remove margin from code blocks; Insert border radius for images;

parent c4579f3b
Branches update-scss
No related tags found
No related merge requests found
......@@ -352,6 +352,7 @@ body {
display: block;
border: none;
box-shadow: none;
border-radius: 0.25em;
&.float-left {
float: left;
......@@ -406,6 +407,7 @@ body {
word-wrap: break-word;
box-shadow: none;
font-size: 90%;
margin: 0;
code {
display: block;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment