summaryrefslogtreecommitdiffstats
path: root/theme/stylesheets/website/header.less
diff options
context:
space:
mode:
Diffstat (limited to 'theme/stylesheets/website/header.less')
-rwxr-xr-xtheme/stylesheets/website/header.less6
1 files changed, 5 insertions, 1 deletions
diff --git a/theme/stylesheets/website/header.less b/theme/stylesheets/website/header.less
index 30a96e3..39d49c3 100755
--- a/theme/stylesheets/website/header.less
+++ b/theme/stylesheets/website/header.less
@@ -44,12 +44,16 @@
padding-right: 200px;
.transition(margin-left 0.5s ease);
+ overflow: hidden;
+ text-overflow: ellipsis;
+ white-space: nowrap;
+
a, a:hover {
color: inherit;
text-decoration: none;
}
- @media (max-width: 800px) {
+ @media (max-width: 1000px) {
display: none;
}