forked from lix-project/lix-website
16 lines
223 B
SCSS
16 lines
223 B
SCSS
|
.section.hero {
|
||
|
.hero-image {
|
||
|
// @media (min-width: 1400px) {
|
||
|
// img {
|
||
|
// max-width: 125%;
|
||
|
// float: right;
|
||
|
// }
|
||
|
// }
|
||
|
}
|
||
|
.hero-title {
|
||
|
strong {
|
||
|
color: $danger;
|
||
|
}
|
||
|
}
|
||
|
}
|