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
|
||||
color: $white-text
|
||||
a
|
||||
font-family: monospace
|
||||
font-size: 1.2em
|
||||
font-family: "Courier New", "Courier", monospace
|
||||
margin-left: 15px
|
||||
word-break: break-all
|
||||
.links
|
||||
|
|
|
@ -52,8 +52,7 @@
|
|||
background-color: $panel-background-clear
|
||||
|
||||
.output
|
||||
font-family: monospace
|
||||
font-size: 1.2em
|
||||
font-family: "Courier New", "Courier", monospace
|
||||
color: $grey-text
|
||||
margin-left: 15px
|
||||
word-break: break-all
|
||||
|
|
|
@ -112,8 +112,8 @@
|
|||
font-weight: 500
|
||||
|
||||
.output
|
||||
font-family: monospace
|
||||
font-size: 1.2em
|
||||
font-family: "Courier New", "Courier", monospace
|
||||
font-size: 1.1em
|
||||
color: $grey-text
|
||||
margin-left: 15px
|
||||
word-break: break-all
|
||||
|
|
Loading…
Add table
Reference in a new issue