Fix specificity

This commit is contained in:
Matt Isenhower
2017-08-16 20:31:26 -07:00
parent 272a2fc9c3
commit 274b227297

View File

@@ -101,9 +101,10 @@
</template>
<style>
.limited-width {
#main .limited-width {
max-width: 1392px;
margin: auto;
margin-left: auto;
margin-right: auto;
}
</style>