mirror of
https://github.com/amiaopensource/ffmprovisr.git
synced 2025-03-01 02:14:24 +01:00
Merge pull request #273 from kfrn/gh-pages
Add max width on example images
This commit is contained in:
commit
6b324152ac
@ -138,7 +138,10 @@ img {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.sample-image {
|
.sample-image {
|
||||||
|
margin: 0 auto;
|
||||||
margin-bottom: 18px;
|
margin-bottom: 18px;
|
||||||
|
max-width: 500px;
|
||||||
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
div {
|
div {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user