You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

51 lines
750 B

5 years ago
@import '../../../../components/style/themes/default.less';
.home-container {
h1,
h2,
h3,
h4 {
&.ant-typography {
font-weight: 400;
}
}
img {
object-fit: cover;
}
.home-block-content {
margin: 88px 24px 124px;
h2.ant-typography {
margin-bottom: 56px;
}
}
.home-link-arrow {
position: relative;
5 years ago
margin-left: 0.3em;
font-size: 0.85em;
opacity: 0.75;
5 years ago
transition: all 0.2s;
}
a:hover .home-link-arrow {
transform: translateX(3px);
opacity: 1;
}
5 years ago
}
@media (max-width: @screen-sm-min) {
.home-container {
.home-block-content {
margin-top: 64px;
margin-bottom: 96px;
h2.ant-typography {
margin-bottom: 44px;
}
}
}
}