lix-website/themes/lix/assets/scss/sections/hero.scss

16 lines
223 B
SCSS
Raw Normal View History

2024-04-27 03:39:10 +00:00
.section.hero {
.hero-image {
// @media (min-width: 1400px) {
// img {
// max-width: 125%;
// float: right;
// }
// }
}
.hero-title {
strong {
color: $danger;
}
}
}