webapp/src/components/Discours/Banner.module.scss
2022-11-21 00:23:12 +03:00

45 lines
625 B
SCSS

.discoursBanner {
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%;
}
}
.discoursBannerContent {
display: flex;
flex-direction: column;
justify-content: center;
padding-top: 1em;
a {
display: inline-block;
margin: 0 1em 1em 0;
white-space: nowrap;
}
}
.discoursBannerImage {
align-items: flex-end;
display: flex;
}