diff --git a/modules.less b/modules.less index 60a68dc..60bbfca 100644 --- a/modules.less +++ b/modules.less @@ -1 +1,2 @@ -@import "modules/alerts"; \ No newline at end of file +@import "modules/alerts"; +@import "modules/header"; \ No newline at end of file diff --git a/modules/header.less b/modules/header.less new file mode 100644 index 0000000..f4800e8 --- /dev/null +++ b/modules/header.less @@ -0,0 +1,18 @@ +@media (max-width: 600px) { + #header { + .header-inner { + display: flex; + + .logo { + flex: 1; + + a.title { + max-width: 100%; + white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; + } + } + } + } +}