lix-website/themes/lix/assets/scss/sections/hero.scss
2024-04-26 22:49:34 -06:00

16 lines
223 B
SCSS

.section.hero {
.hero-image {
// @media (min-width: 1400px) {
// img {
// max-width: 125%;
// float: right;
// }
// }
}
.hero-title {
strong {
color: $danger;
}
}
}