code: rem => em

This commit is contained in:
Thomas Dehaeze 2021-01-01 23:13:47 +01:00
parent b59cc4841f
commit bb0628f2fc
2 changed files with 2 additions and 2 deletions

2
dist/style.css vendored

File diff suppressed because one or more lines are too long

View File

@ -64,7 +64,7 @@ code {
background: $white;
border: solid 1px #e1e4e5;
font-family: $mono;
font-size: 0.75rem;
font-size: 0.75em;
max-width:100%;
overflow-x:auto;
padding:0 5px;