mirror of https://github.com/status-im/fathom.git
revert padding in left sidebar
This commit is contained in:
parent
3d9d09f2a7
commit
bf817eff8e
|
@ -62,7 +62,7 @@ body {
|
||||||
flex-basis: 100%;
|
flex-basis: 100%;
|
||||||
min-width: 40px;
|
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; }
|
.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; }
|
nav.main-nav ul { width: 100%; text-align: right; margin-top: 4px; margin-bottom: 0; padding: 0; }
|
||||||
|
|
Loading…
Reference in New Issue