Skip to content
This repository was archived by the owner on Feb 22, 2024. It is now read-only.

Commit 8698f5c

Browse files
committed
Re-add mobile views
1 parent a22ba65 commit 8698f5c

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

static/css/_dbot-banner.scss

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,3 +62,17 @@
6262
background-color: #17212c;
6363
}
6464
}
65+
66+
@media only screen and (max-width: 600px) {
67+
.dbot-banner {
68+
display: none;
69+
}
70+
}
71+
72+
@media only screen and (max-width: 769px) {
73+
.dbot-banner {
74+
&__separator {
75+
display: none;
76+
}
77+
}
78+
}

0 commit comments

Comments
 (0)