mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-20 19:02:15 +00:00
use rem instead of em where its needed
This commit is contained in:
parent
2ac16cb9f9
commit
90766c3a71
3 changed files with 3 additions and 3 deletions
|
|
@ -152,7 +152,7 @@
|
|||
overflow: visible;
|
||||
|
||||
.select-input-container {
|
||||
height: 3.5em;
|
||||
height: 3.5rem;
|
||||
|
||||
&:not(:last-child) {
|
||||
margin-bottom: 1rem;
|
||||
|
|
|
|||
|
|
@ -244,7 +244,7 @@
|
|||
.form-container {
|
||||
flex: 0 1 auto;
|
||||
width: 100%;
|
||||
padding: 2rem 1.5em;
|
||||
padding: 2rem 1.5rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -193,7 +193,7 @@
|
|||
overflow: visible;
|
||||
|
||||
.select-input-container {
|
||||
height: 3.5em;
|
||||
height: 3.5rem;
|
||||
|
||||
&:not(:last-child) {
|
||||
margin-bottom: 1rem;
|
||||
|
|
|
|||
Loading…
Reference in a new issue