diff options
| author | Marius Peter <marius.peter@tutanota.com> | 2024-12-30 20:00:32 +0100 | 
|---|---|---|
| committer | Marius Peter <marius.peter@tutanota.com> | 2024-12-30 20:00:32 +0100 | 
| commit | 7616d984cbab4e83c36b721b3a52188110ae7dfa (patch) | |
| tree | 4f4fab5c4aaa4047321d21bfc3e7233bc44dfa5d /app/assets/stylesheets | |
| parent | 0c35617343964ad97d3ee21faf5ff5e5b1088e94 (diff) | |
CSS tweaks.
Diffstat (limited to 'app/assets/stylesheets')
| -rw-r--r-- | app/assets/stylesheets/application.css | 5 | ||||
| -rw-r--r-- | app/assets/stylesheets/components/code_of_honor.css | 2 | 
2 files changed, 2 insertions, 5 deletions
| diff --git a/app/assets/stylesheets/application.css b/app/assets/stylesheets/application.css index e060365..3ff4314 100644 --- a/app/assets/stylesheets/application.css +++ b/app/assets/stylesheets/application.css @@ -9,11 +9,8 @@   * Consider organizing styles into separate files for maintainability.   */ -html { -    font-family: 'Crimson Pro', serif; -} -  body { +    font-family: 'Crimson Pro', serif;      margin: 0;      background: moccasin;  } diff --git a/app/assets/stylesheets/components/code_of_honor.css b/app/assets/stylesheets/components/code_of_honor.css index 4289c85..786adb9 100644 --- a/app/assets/stylesheets/components/code_of_honor.css +++ b/app/assets/stylesheets/components/code_of_honor.css @@ -1,5 +1,5 @@  #code-of-honor { -    max-width: 60%; +    max-width: 16em;      margin: 1em auto;      padding: 1em;      color: white; | 
