mirror of
https://github.com/amiaopensource/ffmprovisr.git
synced 2025-06-26 04:37:51 +02:00
Add example images; media queries
This commit is contained in:
13
css/css.css
13
css/css.css
@ -18,6 +18,7 @@ img {
|
||||
display: block;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.sample-image {
|
||||
@ -88,3 +89,15 @@ div {
|
||||
.footnote {
|
||||
font-size: 90%;
|
||||
}
|
||||
|
||||
@media only screen and (min-width: 576px) {
|
||||
img {
|
||||
max-width: 60%;
|
||||
}
|
||||
}
|
||||
|
||||
@media only screen and (min-width: 992px) {
|
||||
img {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user