Fix different fonts sizes in different browsers

This commit is contained in:
Boris Kubiak 2018-02-21 08:41:00 +01:00
parent 73dd331156
commit fec3e1e5e6
3 changed files with 4 additions and 6 deletions

View file

@ -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

View file

@ -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

View file

@ -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