import less variables in how.component.less

This commit is contained in:
Konstantinos Triantafyllou 2022-12-23 13:07:12 +02:00
parent 328198b6a5
commit 88b0987ba3
1 changed files with 4 additions and 2 deletions

View File

@ -1,4 +1,6 @@
@media only screen and (min-width: 640px) { @import "~src/assets/openaire-theme/less/_import-variables";
@media only screen and (min-width: @breakpoint-small) {
.how .first > div:first-child { .how .first > div:first-child {
position: relative; position: relative;
} }
@ -157,7 +159,7 @@
} }
} }
@media only screen and (max-width: 639px) { @media only screen and (max-width: @breakpoint-xsmall-max) {
.how .first { .how .first {
position: relative; position: relative;
padding-bottom: 30%; padding-bottom: 30%;