123456789101112131415161718192021222324252627282930 |
- main:not(.home){
- @media screen and (min-width: 768px) {
- padding: 1.5rem 0!important;
- }
- @media screen and (min-width: 992px) {
- padding: 4rem 0!important;
- }
- }
- article{
- .__title{
- @include croix_or;
- }
- &.publications{
- margin-top: 1rem;
- .paragraph--type--images{
- img{
- max-height: 400px;
- object-fit: contain;
- width: auto;
- @media screen and (min-width: 992px) {
- width: 100%;
- }
- }
- }
- }
- }
- h4{
- @include croix_or;
- }
|