Updated overall font-family, font-size, line-height, letter-spacing and some other minor adjustments
This commit is contained in:
@@ -1,25 +1,20 @@
|
||||
@import url(https://fonts.googleapis.com/css?family=Source+Code+Pro&subset=latin,latin-ext);
|
||||
body {
|
||||
html, body {
|
||||
height: 100%;
|
||||
}
|
||||
body {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
max-width: inherit;
|
||||
min-width: 200px;
|
||||
height: 100%;
|
||||
/*margin-right: 15px;*/
|
||||
padding-top: 50px;
|
||||
padding-top: 51px;
|
||||
/*overflow: hidden;*/
|
||||
}
|
||||
html,
|
||||
form,
|
||||
.row,
|
||||
.row > * {
|
||||
height: 100%;
|
||||
min-height: 100%;
|
||||
}
|
||||
.CodeMirror {
|
||||
font-family: 'Source Code Pro', Consolas, monaco, monospace;
|
||||
line-height: 18px;
|
||||
font-size: 16px;
|
||||
font-family: "Source Code Pro", Consolas, monaco, "Microsoft JhengHei", Meiryo, "MS ゴシック", "MS Gothic", monospace;
|
||||
letter-spacing: 0.025em;
|
||||
line-height: 1.25;
|
||||
font-size: 18px;
|
||||
min-height: 100%;
|
||||
overflow-y: hidden !important;
|
||||
-webkit-overflow-scrolling: touch;
|
||||
|
||||
Reference in New Issue
Block a user