webapp/src/components/Discours/Banner.module.scss

45 lines
625 B
SCSS
Raw Normal View History

2022-10-21 13:24:24 +00:00
.discoursBanner {
2022-09-09 11:53:35 +00:00
background: #f8f8f8;
margin-bottom: 6.4rem;
padding: 0.8rem 0 0;
@include media-breakpoint-down(sm) {
font-size: 80%;
}
h3 {
font-size: 3.2rem;
font-weight: 800;
line-height: 1.2;
margin: 0 0 0.5em;
}
p {
margin: 0;
}
img {
display: block;
height: auto;
width: 100%;
}
}
2022-10-21 13:24:24 +00:00
.discoursBannerContent {
2022-09-09 11:53:35 +00:00
display: flex;
flex-direction: column;
justify-content: center;
padding-top: 1em;
a {
display: inline-block;
margin: 0 1em 1em 0;
white-space: nowrap;
}
}
2022-10-21 13:24:24 +00:00
.discoursBannerImage {
2022-09-09 11:53:35 +00:00
align-items: flex-end;
display: flex;
}