diff options
Diffstat (limited to 'css/ffci.css')
-rw-r--r-- | css/ffci.css | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/css/ffci.css b/css/ffci.css index efa3573..a38cc38 100644 --- a/css/ffci.css +++ b/css/ffci.css @@ -86,11 +86,13 @@ div#navigation h1 { color: #273142; font-size: 10pt; text-align: right; - padding: 1em 32px 0 0; + padding-right: 33px; + padding-top: 20px; + line-height: 1.2em; margin: 2.5em 0.5em 0.5em 0.5em; border-bottom: 1px solid #273142; background-repeat: no-repeat; - background-position: right top; + background-position: right bottom; } h1#nav-a { background-image: url("../images/mascotte-a.png"); |