revert padding in left sidebar

This commit is contained in:
Danny 2018-05-28 23:30:21 +12:00
parent 3d9d09f2a7
commit bf817eff8e
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ body {
flex-basis: 100%;
min-width: 40px;
}
.box-totals { background: #46494d; color: #fff; }
.box-totals { background: #46494d; color: #fff; padding: 24px 16px 0 16px; }
.box-pages, .box-referrers, .box-graph { background: #fff; }
nav.main-nav ul { width: 100%; text-align: right; margin-top: 4px; margin-bottom: 0; padding: 0; }