app/template/user_data/about_kofun.twig line 1

Open in your IDE?
  1. {% extends 'default_frame.twig' %}
  2. {% import 'macro/iframe.twig' as iframe_macro %}
  3. {% block stylesheet %}
  4. <style>
  5. .ec-layoutRole {
  6.     background:#fbfbfb !important;
  7. }
  8. div.res_iframe {
  9.     padding-bottom: 1900%;
  10. }
  11. @media only screen and (min-width: 428px) { 
  12.     div.res_iframe {
  13.         padding-bottom: 1500%;
  14.     }
  15. }
  16. @media only screen and (min-width: 768px) { 
  17.     div.res_iframe {
  18.         padding-bottom: 530%;
  19.     }
  20. }
  21. @media only screen and (min-width: 1024px) {
  22.     div.res_iframe {
  23.         padding-bottom: 390%;
  24.     }
  25. }
  26. </style>
  27.   
  28. {% endblock %}
  29. {% block main %}
  30. {{ iframe_macro.kofun_iframe('about') }}
  31. {% endblock %}