Compare commits

..

No commits in common. "master" and "master" 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 {