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

12 lines
233 B
Plaintext

.hook-container-misc() {
@media (max-width: @container-xlarge-max-width) {
.uk-container-large {
max-width: @container-max-width;
}
.uk-container-xlarge {
max-width: @container-large-max-width;
}
}
}