use rem instead of em where its needed

This commit is contained in:
nklhrstv 2022-05-27 16:22:24 +03:00
parent 2ac16cb9f9
commit 90766c3a71
3 changed files with 3 additions and 3 deletions

View file

@ -152,7 +152,7 @@
overflow: visible;
.select-input-container {
height: 3.5em;
height: 3.5rem;
&:not(:last-child) {
margin-bottom: 1rem;

View file

@ -244,7 +244,7 @@
.form-container {
flex: 0 1 auto;
width: 100%;
padding: 2rem 1.5em;
padding: 2rem 1.5rem;
}
}
}

View file

@ -193,7 +193,7 @@
overflow: visible;
.select-input-container {
height: 3.5em;
height: 3.5rem;
&:not(:last-child) {
margin-bottom: 1rem;