layout.css 856 B

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