Set max width for images and video

This will allow them to display better on mobile devices
This commit is contained in:
Correl Roush 2022-11-03 15:04:06 -04:00
parent de0b3f43f1
commit 393f8944c7
1 changed files with 3 additions and 0 deletions

View File

@ -46,4 +46,7 @@ main {
figure {
text-align: center;
}
img, video {
max-width: 90%;
}
}