We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a89113 commit fbc601bCopy full SHA for fbc601b
static/css/shell.css
@@ -84,10 +84,22 @@
84
85
.shell-lesson {
86
display: none;
87
- align-items: center;
88
- justify-content: center;
89
- height: 30%;
90
- width: 100%;
+ text-align: left;
+ padding: 15px;
+ height: 100%;
+ width: 60%;
91
+}
92
+
93
+.shell-lesson > p {
94
+ margin: 2px 0 2px 0;
95
96
97
+.shell-lesson > pre {
98
+ margin: 5px 0 0 0;
99
100
101
+.shell-lesson > highlight.div {
102
+ margin-bottom: 5px;
103
}
104
105
.demo-caret {
0 commit comments