diff options
author | Jeremie Taboada <taboada.jeremie@gmail.com> | 2015-06-05 03:46:35 +0100 |
---|---|---|
committer | Olivier Gayot <duskcoder@gmail.com> | 2015-06-08 17:01:47 +0100 |
commit | 82f0d1a53e397a28f66cc4ecebc9cd1327816846 (patch) | |
tree | 2fc1625e2d17520e398e63aaafdeb58b4964aaae /cao-mobile.css | |
parent | 4fabe286c92323039fd97e7f70faa171f9473b0c (diff) |
Fix header padding.
Diffstat (limited to 'cao-mobile.css')
-rw-r--r-- | cao-mobile.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cao-mobile.css b/cao-mobile.css index 5a85ca1..f6b92fb 100644 --- a/cao-mobile.css +++ b/cao-mobile.css @@ -32,6 +32,9 @@ header > span#leave-room:hover { margin: auto; max-width: 650px; } +#home { + padding-top: 20px; +} .page:not(.current) { display: none; } |