app.component.html 212 B

123456789101112
  1. <style>
  2. hslayers {
  3. position: relative;
  4. height: 100vh
  5. }
  6. @media only screen and (max-width: 600px) {
  7. hslayers {
  8. height: calc(100vh - 96px)
  9. }
  10. }
  11. </style>
  12. <hslayers></hslayers>