layout.css 755 B

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