mirror of
https://github.com/correl/correl.github.io.git
synced 2024-12-28 03:00:04 +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 {
|
figure {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
img, video {
|
||||||
|
max-width: 90%;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue