Files
Popsu-coloque/web/themes/custom/colloque2024/css-compiled/pages/layout.css
T
2024-05-24 15:06:29 +02:00

36 lines
994 B
CSS

main:not(.home) {
padding-top: 1.5rem; }
@media screen and (min-width: 768px) {
main:not(.home) {
padding: 1.5rem 0 !important; } }
@media screen and (min-width: 992px) {
main:not(.home) {
padding: 4rem 0 !important; } }
body #content-ontop {
position: relative;
padding-top: 5rem; }
@media screen and (max-width: 300px) {
body #content-ontop {
padding-top: 2rem; } }
body #background-animated {
width: 100VW;
z-index: -1;
position: absolute;
overflow: hidden;
left: 0; }
article.publications, article.interviews {
margin-top: 1rem; }
article.publications .paragraph--type--images img, article.interviews .paragraph--type--images img {
max-width: 100%;
max-height: 400px;
object-fit: contain; }
@media screen and (min-width: 992px) {
article.publications .paragraph--type--images img, article.interviews .paragraph--type--images img {
width: 100%; } }
#main-content-node .__img-hero {
display: none; }