Add a border radius to code blocks

This commit is contained in:
Jackson Harper 2022-02-26 14:04:23 -08:00
parent 892c2d18b6
commit de9b4bec7b

View file

@ -303,6 +303,7 @@ on smaller screens we display the note icon
margin: 0;
overflow-x: auto;
word-wrap: normal;
border-radius: 4px;
}
.article-inner-css img {