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

Open in your IDE?
  1. <style>
  2. #missionStatus{
  3. background-image:url('{{ asset('images/mission_status_bg.png') }}');
  4. background-size: 100%;
  5. background-position: top;
  6. background-repeat: no-repeat;
  7. margin-top: 147vw;
  8. width: 95%;
  9. height: 20vw;
  10. display: flex;
  11. margin: auto;
  12. justify-content: center;
  13. margin-top: 148vw;
  14. }
  15. @media only screen and (min-width: 700px) {
  16. #missionStatus{
  17. margin-top: 110vw;
  18. }
  19. }
  20. </style>
  21. <div id="missionStatus">
  22. </div>