changed font-size to 'em' instead of 'px'
This commit is contained in:
parent
f65350b8e9
commit
ac75397383
@ -40,7 +40,7 @@ body {
|
|||||||
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
|
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
display: none;
|
display: none;
|
||||||
font-size: 10pt;
|
font-size: 0.9em;
|
||||||
left: 50%;
|
left: 50%;
|
||||||
min-width: 400px;
|
min-width: 400px;
|
||||||
padding: 20px;
|
padding: 20px;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user