layout.css 888 B

12345678910111213141516171819202122232425262728293031
  1. @media screen and (min-width: 768px) {
  2. main:not(.home) {
  3. padding: 1.5rem 0 !important; } }
  4. @media screen and (min-width: 992px) {
  5. main:not(.home) {
  6. padding: 4rem 0 !important; } }
  7. body #content-ontop {
  8. position: relative;
  9. top: -1400px;
  10. padding-top: 5rem; }
  11. @media screen and (max-width: 300px) {
  12. body #content-ontop {
  13. padding-top: 2rem; } }
  14. body #background-animated {
  15. width: 100VW;
  16. z-index: -1;
  17. position: relative;
  18. left: -400px; }
  19. article.publications, article.interviews {
  20. margin-top: 1rem; }
  21. article.publications .paragraph--type--images img, article.interviews .paragraph--type--images img {
  22. max-width: 100%;
  23. max-height: 400px;
  24. object-fit: contain; }
  25. @media screen and (min-width: 992px) {
  26. article.publications .paragraph--type--images img, article.interviews .paragraph--type--images img {
  27. width: 100%; } }