Update terminal

This commit is contained in:
Seth Vargo 2017-04-18 14:01:02 -04:00
parent 9dd8246cad
commit 9defaa00c9
No known key found for this signature in database
GPG Key ID: C921994F9C27E0FF
1 changed files with 7 additions and 4 deletions

View File

@ -159,13 +159,13 @@
box-sizing: border-box;
color: $white;
font-family: $font-family-monospace;
font-size: 14px;
font-size: 15px;
line-height: 1.8;
margin: 20px auto;
padding: 10px 20px 20px 20px;
.terminal-content {
margin-top: 15px;
margin-top: 5px;
overflow-x: scroll;
width: 100%;
white-space: nowrap;
@ -180,8 +180,11 @@
&:before {
content: '\25CF';
color: $white;
font-size: 20px;
line-height: 100%;
font-family: $font-family-monospace;
font-size: 30px;
line-height: 1;
margin: 0 0 0 -4px;
padding: 0;
height: 100%;
}
}