File: /var/www/quadcode-site/src/style/components/history.scss
.history {
padding: 96px 0;
@include breakpoint-down('deskS') {
padding: 64px 0;
}
&__content {
max-width: 580px;
margin: 0 auto;
@include breakpoint-down('deskM') {
max-width: 460px;
}
@include breakpoint-down('deskS') {
max-width: 511px;
}
}
&__title {
margin-bottom: 16px;
text-align: center;
@include breakpoint-down('tabM') {
text-align: left;
}
}
&__desc {
margin-bottom: 30px;
text-align: center;
@include breakpoint-down('tabM') {
text-align: left;
}
}
&__link {
width: max-content;
margin: 0 auto;
@include breakpoint-down('tabM') {
margin: 0;
}
}
}