rebase on dev from master #166

Closed
sora-ext wants to merge 5 commits from master into dev
Showing only changes of commit 78b080dc05 - Show all commits

View File

@@ -31,6 +31,12 @@
}
}
@media (min-width: 768px) {
.container {
max-width: 720px;
}
}
@media (min-width: 992px) {
.container {
max-width: 960px;
@@ -47,7 +53,6 @@
.container {
padding-left: 24px;
padding-right: 24px;
max-width: 720px;
}
}