2024-04-27 03:39:10 +00:00
|
|
|
.section.hero {
|
|
|
|
.hero-image {
|
|
|
|
// @media (min-width: 1400px) {
|
|
|
|
// img {
|
|
|
|
// max-width: 125%;
|
|
|
|
// float: right;
|
|
|
|
// }
|
|
|
|
// }
|
|
|
|
}
|
2024-05-06 02:48:34 +00:00
|
|
|
|
|
|
|
@media (max-width: 400px) {
|
|
|
|
padding-top: 0 !important;
|
|
|
|
padding-bottom: 0 !important;
|
|
|
|
}
|
|
|
|
|
2024-04-27 03:39:10 +00:00
|
|
|
.hero-title {
|
|
|
|
strong {
|
|
|
|
color: $danger;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|