templates/frontend/default/howToPlay.html.twig line 1

Open in your IDE?
  1. <style>
  2. #howToPlay {
  3. background-image:url('{{ asset('images/play_rule.png') }}');
  4. background-size: 100%;
  5. background-position: top;
  6. background-repeat: no-repeat;
  7. width: 95%;
  8. top: 104vw;
  9. height: 48vw;
  10. margin: auto;
  11. margin-bottom: 5vw;
  12. }
  13. @media only screen and (min-width: 700px) {
  14. #howToPlay{
  15. height: 35vw;
  16. }
  17. }
  18. </style>
  19. <div id="howToPlay">
  20. </div>