Fix screenshot centering.
This commit is contained in:
parent
652988fd89
commit
f1e77f838f
5
web.css
5
web.css
@ -30,11 +30,12 @@ h1 {
|
|||||||
}
|
}
|
||||||
a.screenshot {
|
a.screenshot {
|
||||||
display: block;
|
display: block;
|
||||||
|
width: 640px;
|
||||||
|
max-width: 100%;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
}
|
}
|
||||||
a.screenshot > img {
|
a.screenshot > img {
|
||||||
width: 640px;
|
width: 100%;
|
||||||
max-width: 100%;
|
|
||||||
}
|
}
|
||||||
@media (min-width: 1120px) {
|
@media (min-width: 1120px) {
|
||||||
a.screenshot {
|
a.screenshot {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user