We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd2ca27 commit 99e0da6Copy full SHA for 99e0da6
2 files changed
modules.less
@@ -1 +1,2 @@
1
-@import "modules/alerts";
+@import "modules/alerts";
2
+@import "modules/header";
modules/header.less
@@ -0,0 +1,18 @@
+@media (max-width: 600px) {
+ #header {
3
+ .header-inner {
4
+ display: flex;
5
+
6
+ .logo {
7
+ flex: 1;
8
9
+ a.title {
10
+ max-width: 100%;
11
+ white-space: nowrap;
12
+ overflow: hidden;
13
+ text-overflow: ellipsis;
14
+ }
15
16
17
18
+}
0 commit comments