head_custom.html 762 B

123456789101112131415161718
  1. <!--
  2. If you want to include any custom html just before </head>, put it in this file.
  3. Or you can delete these file if you don't need it.
  4. -->
  5. <!-- for example, you could insert this custom css, which makes the bigimg not stretch:
  6. <style>
  7. .intro-header.big-img, .intro-header.big-img .big-img-transition {
  8. -webkit-background-size: contain !important;
  9. -moz-background-size: contain !important;
  10. background-size: contain !important;
  11. -o-background-size: contain !important;
  12. background-color: lightgrey;
  13. }
  14. </style>
  15. -->
  16. <!-- or you could include some additional css libraries:
  17. <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/vis/4.19.1/vis.css" integrity="sha256-I1UoFd33KHIydu88R9owFaQWzwkiZV4hXXug5aYaM28=" crossorigin="anonymous" />
  18. -->