No content padding in dashboard

This commit is contained in:
Thomas Gelf 2014-03-07 23:14:26 +00:00
parent 642c40dd80
commit f86e910bd9
1 changed files with 4 additions and 0 deletions

View File

@ -165,6 +165,10 @@ html {
padding: 1em;
}
.dashboard .content {
padding: 0;
}
/* Not growing larger than 3840px at 1em=16px right now */
@media screen and (min-width: 240em) {
#main {