Update blog archetype and add border to videos

This commit is contained in:
2021-10-09 13:44:30 -05:00
parent 2616803f47
commit afb9ff6ab0
2 changed files with 10 additions and 3 deletions

View File

@ -95,7 +95,7 @@ img, video {
max-width: 100%;
}
img:not(.noborder) {
img:not(.noborder), video:not(.noborder) {
padding: 5px;
border: 5px solid #1b5b9b;
}