Fix different fonts sizes in different browsers
This commit is contained in:
parent
73dd331156
commit
fec3e1e5e6
3 changed files with 4 additions and 6 deletions
|
@ -44,8 +44,7 @@
|
||||||
margin-bottom: 20px
|
margin-bottom: 20px
|
||||||
color: $white-text
|
color: $white-text
|
||||||
a
|
a
|
||||||
font-family: monospace
|
font-family: "Courier New", "Courier", monospace
|
||||||
font-size: 1.2em
|
|
||||||
margin-left: 15px
|
margin-left: 15px
|
||||||
word-break: break-all
|
word-break: break-all
|
||||||
.links
|
.links
|
||||||
|
|
|
@ -52,8 +52,7 @@
|
||||||
background-color: $panel-background-clear
|
background-color: $panel-background-clear
|
||||||
|
|
||||||
.output
|
.output
|
||||||
font-family: monospace
|
font-family: "Courier New", "Courier", monospace
|
||||||
font-size: 1.2em
|
|
||||||
color: $grey-text
|
color: $grey-text
|
||||||
margin-left: 15px
|
margin-left: 15px
|
||||||
word-break: break-all
|
word-break: break-all
|
||||||
|
|
|
@ -112,8 +112,8 @@
|
||||||
font-weight: 500
|
font-weight: 500
|
||||||
|
|
||||||
.output
|
.output
|
||||||
font-family: monospace
|
font-family: "Courier New", "Courier", monospace
|
||||||
font-size: 1.2em
|
font-size: 1.1em
|
||||||
color: $grey-text
|
color: $grey-text
|
||||||
margin-left: 15px
|
margin-left: 15px
|
||||||
word-break: break-all
|
word-break: break-all
|
||||||
|
|
Loading…
Add table
Reference in a new issue