Skip to content

Commit 415b54c

Browse files
committed
WIP: styling the shell lesson area on the front page.
1 parent 6a89113 commit 415b54c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

static/css/shell.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -84,10 +84,10 @@
8484

8585
.shell-lesson {
8686
display: none;
87-
align-items: center;
88-
justify-content: center;
89-
height: 30%;
90-
width: 100%;
87+
text-align: left;
88+
padding: 15px;
89+
height: 100%;
90+
width: 60%;
9191
}
9292

9393
.demo-caret {

0 commit comments

Comments
 (0)