This commit is contained in:
BBaoVanC 2021-10-07 16:00:52 -05:00
parent 2490ebe6d9
commit 93b8c26323
Signed by: bbaovanc
GPG Key ID: 18089E4E3CCF1D3A
1 changed files with 4 additions and 0 deletions

View File

@ -86,6 +86,10 @@ body {
max-width: 720px;
}
img {
max-width: 100%;
}
img:not(.noborder) {
padding: 5px;
border: 5px solid #1b5b9b;