Reduce detail view margins just a little.

This commit is contained in:
Brent Simmons 2018-02-26 13:10:23 -08:00
parent d08da99a61
commit bfc57d6e7a
1 changed files with 2 additions and 2 deletions

View File

@ -3,8 +3,8 @@ body {
background-color: white;
margin-top: 32px;
margin-bottom: 100px;
margin-left: 96px;
margin-right: 96px;
margin-left: 64px;
margin-right: 64px;
font-family: -apple-system;
font-size: 18px;
}