feature(config) add .full-width

This commit is contained in:
coderaiser 2015-03-20 03:42:28 -04:00
parent b6d1c7dcd1
commit 0675da97a2
2 changed files with 10 additions and 1 deletions

View file

@ -66,3 +66,7 @@
.config {
width : 250px;
}
.config .full-width {
width: 100%;
}