mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-07-30 11:10:04 +00:00
19 lines
No EOL
304 B
SCSS
19 lines
No EOL
304 B
SCSS
.gt-xs-2-col {
|
|
@media (min-width: $layout-gt-xs) {
|
|
@include clearfix;
|
|
> * {
|
|
float: left;
|
|
@include row-machine(2, 2%);
|
|
}
|
|
}
|
|
}
|
|
|
|
.gt-md-2-col {
|
|
@media (min-width: $layout-gt-md) {
|
|
@include clearfix;
|
|
> * {
|
|
float: left;
|
|
@include row-machine(2, 2%);
|
|
}
|
|
}
|
|
} |