Compare commits

..

No commits in common. "e948c51178a9a456d1778670a0e1afc0544523f0" and "aa85eaea1dad9189496ac6c785507377c32ae7d2" have entirely different histories.

View file

@ -1751,11 +1751,18 @@
}
.inner {
width: 90%;
max-width: 75em;
margin: 0 auto;
}
@media screen and (max-width: 1280px) {
.inner {
max-width: 90%;
}
}
@media screen and (max-width: 480px) {
.inner {