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

View file

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

View file

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