dev: Use em instead of rem for consistency with other units
This commit is contained in:
parent
95d5e463ad
commit
1d50e2b673
1 changed files with 1 additions and 1 deletions
|
|
@ -237,7 +237,7 @@ h1 {
|
|||
}
|
||||
|
||||
.layout-mobile .itemBackdrop {
|
||||
margin-top: 3.5rem;
|
||||
margin-top: 3.5em;
|
||||
}
|
||||
|
||||
h2 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue