lumeweb.com/src/components/Home/Message/Message.scss

29 lines
546 B
SCSS

@import "/src/styles/mixins.scss";
@import "/src/styles/vars.scss";
#message {
padding: 5em 0;
@include fluid-padding-lr;
background: $color-aquamarine;
color: $color-blue-charcoal-2;
@media screen and (max-width: 47.99999rem) {
text-align: center;
}
h2 {
margin-bottom: 0.25em;
@include fluid-font-size(2rem);
font-weight: 700;
line-height: 153%;
text-transform: none;
color: inherit;
}
p {
font-family: $font-family-jaldi;
@include fluid-font-size(1.5rem);
line-height: 137%;
}
}