Update terminal
This commit is contained in:
parent
a901c7baa8
commit
ded46dc71f
|
@ -150,13 +150,13 @@
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
color: $white;
|
color: $white;
|
||||||
font-family: $font-family-monospace;
|
font-family: $font-family-monospace;
|
||||||
font-size: 14px;
|
font-size: 15px;
|
||||||
line-height: 1.8;
|
line-height: 1.8;
|
||||||
margin-top: 55px;
|
margin-top: 55px;
|
||||||
padding: 10px 20px 20px 20px;
|
padding: 10px 20px 20px 20px;
|
||||||
|
|
||||||
.terminal-content {
|
.terminal-content {
|
||||||
margin-top: 15px;
|
margin-top: 5px;
|
||||||
overflow-x: scroll;
|
overflow-x: scroll;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
|
@ -170,8 +170,11 @@
|
||||||
&:before {
|
&:before {
|
||||||
content: '\25CF';
|
content: '\25CF';
|
||||||
color: $white;
|
color: $white;
|
||||||
font-size: 20px;
|
font-family: $font-family-monospace;
|
||||||
|
font-size: 30px;
|
||||||
line-height: 1;
|
line-height: 1;
|
||||||
|
margin: 0 0 0 -4px;
|
||||||
|
padding: 0;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue