layout.css 771 B

123456789101112131415161718192021222324252627
  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: -1200px; }
  10. body #background-animated {
  11. width: 100VW;
  12. z-index: -1;
  13. position: relative;
  14. left: -400px; }
  15. article.publications, article.interviews {
  16. margin-top: 1rem; }
  17. article.publications .paragraph--type--images img, article.interviews .paragraph--type--images img {
  18. max-width: 100%;
  19. max-height: 400px;
  20. object-fit: contain; }
  21. @media screen and (min-width: 992px) {
  22. article.publications .paragraph--type--images img, article.interviews .paragraph--type--images img {
  23. width: 100%; } }