openaire-theme/css/structure/width.css

30 lines
460 B
CSS

/** This class applies a width of 75px. */
.uk-width-xsmall {
width: 100px;
}
/**/
@media only screen and (min-width: 640px) {
.uk-width-xsmall\@s {
width: 100px;
}
}
@media only screen and (min-width: 960px) {
.uk-width-xsmall\@m {
width: 100px;
}
}
@media only screen and (min-width: 1200px) {
.uk-width-xsmall\@l {
width: 100px;
}
}
@media only screen and (min-width: 1600px) {
.uk-width-xsmall\@xl {
width: 100px;
}
}