CSS tweaks.

Commit
7616d984cbab4e83c36b721b3a52188110ae7dfa
Author
Marius Peter <marius.peter@tutanota.com>
Author date
Committer
Marius Peter <marius.peter@tutanota.com>
Committer date
Changed files
app/assets/stylesheets/application.css
index e0603658..3ff43142 100644..100644
@@ -9,11 +9,8 @@
9 9 * Consider organizing styles into separate files for maintainability.
10 10 */
11 11
12 Removed: html {
13 Removed: font-family: 'Crimson Pro', serif;
14 Removed: }
15 Removed:
16 12 body {
13 Added: font-family: 'Crimson Pro', serif;
17 14 margin: 0;
18 15 background: moccasin;
19 16 }
app/assets/stylesheets/components/code_of_honor.css
index 4289c850..786adb97 100644..100644
@@ -1,5 +1,5 @@
1 1 #code-of-honor {
2 Removed: max-width: 60%;
2 Added: max-width: 16em;
3 3 margin: 1em auto;
4 4 padding: 1em;
5 5 color: white;