Make the image and video border a bit bigger

This commit is contained in:
BBaoVanC 2021-10-22 23:40:09 -05:00
parent 7749ff39fa
commit ff2e87fd9e
Signed by: bbaovanc
GPG Key ID: 18089E4E3CCF1D3A
1 changed files with 1 additions and 1 deletions

View File

@ -104,7 +104,7 @@ img, video {
img:not(.noborder), video:not(.noborder) {
padding: 5px;
border: 5px solid #1b5b9b;
border: 7px solid #1b5b9b;
}
figure {