diff options
Diffstat (limited to '_scss')
-rw-r--r-- | _scss/components/_navigation.scss | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/_scss/components/_navigation.scss b/_scss/components/_navigation.scss index 5f63287..abbe417 100644 --- a/_scss/components/_navigation.scss +++ b/_scss/components/_navigation.scss @@ -32,9 +32,18 @@ } .navigation-header { - margin: 30px; - position: fixed; + height: 100px; + margin: auto; + overflow: hidden; + padding-bottom: 32px; + padding-left: 32px; + padding-right: 100px; + padding-top: 32px; + position: absolute; + text-overflow: ellipsis; text-transform: uppercase; + white-space: nowrap; + width: 100%; } .navigation-footer { |