Skip to content
Snippets Groups Projects
Commit 6b0b443e authored by William Faircloth's avatar William Faircloth
Browse files

img gap and border

parent 516e10ce
No related branches found
No related tags found
No related merge requests found
Pipeline #6043 failed
......@@ -30,7 +30,7 @@
if (src && !src.startsWith('http')) {
img.setAttribute('src', new URL(src, "https://systems.cs.odu.edu/img/").href);
// set max width
img.setAttribute('style', 'max-width: 570px;');
img.setAttribute('style', 'max-width: 570px; margin: 1rem 0; border-radius: 0.25rem;');
}
});
// delete all "{width=".*"}"
......
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