<head>
<style>
.text-layer {
- font-size: 5.5px;
position: absolute;
left: 0px;
top: 0px;
- padding: 3px;
+ padding: 0.72em;
background-color: transparent;
+ line-height: 1.1;
+ font-size: 0.72em;
+ }
+ @media screen and (min-device-width: 1800px) {
+ .text-layer {
+ line-height: 1.2;
+ font-size: 0.96em;
+ }
}
</style>
<link rel="stylesheet" type="text/css" href="../resources/stage.css">