🎨 style, max width of pictures

This commit is contained in:
Baptiste Lemoine 2020-07-20 12:49:05 +02:00
parent e1893ee0a0
commit 1bb4509932
1 changed files with 3 additions and 0 deletions

View File

@ -45,3 +45,6 @@ video{
width: 100%;
border: solid #000;
}
img{
max-width: 100%;
}