mainpage_v2_theme/assets/scss/sections/hero.scss
2024-03-27 09:22:08 +01:00

16 lines
243 B
SCSS

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