Skip to content

Commit 7da0b18

Browse files
committed
temporary banner styling
1 parent 480b1ef commit 7da0b18

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

client/styles/layout/_ide.scss

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,19 @@
1616
width: 100%;
1717
}
1818

19+
.banner {
20+
width: 100%;
21+
min-height: 2.2rem;
22+
text-align: center;
23+
padding: 0.5rem;
24+
font-weight: bold;
25+
border-bottom: 1px dashed #A6A6A6;
26+
27+
@media (max-width: 770px) {
28+
min-height: 3.3rem;
29+
}
30+
}
31+
1932
.sidebar {
2033
width: 100%;
2134
height: 100%;

0 commit comments

Comments
 (0)