diff options
Diffstat (limited to 'stylesheets/commun.css')
| -rw-r--r-- | stylesheets/commun.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/stylesheets/commun.css b/stylesheets/commun.css index e0f7c8d..cef538f 100644 --- a/stylesheets/commun.css +++ b/stylesheets/commun.css @@ -2,7 +2,7 @@ body { --gold: #E4B63A; margin: 0; - background-color: #deffe3; + background-color: white; font-family: 'Open Sans', sans-serif; } @@ -97,6 +97,7 @@ footer.legal { header.banner h1 { font-size: 2.4rem; font-weight: normal; + max-width: 6em; /* Force linebreak. */ } header.menu { |
