mirror of
https://github.com/correl/correl.github.io.git
synced 2024-11-14 11:09:29 +00:00
Set max width for images and video
This will allow them to display better on mobile devices
This commit is contained in:
parent
de0b3f43f1
commit
393f8944c7
1 changed files with 3 additions and 0 deletions
|
@ -46,4 +46,7 @@ main {
|
|||
figure {
|
||||
text-align: center;
|
||||
}
|
||||
img, video {
|
||||
max-width: 90%;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue