/* This file is a part of Grid - Copyright (c) 2017 Vladimír Macháček | For the full copyright and license information, please view the file license.md that was distributed with this source code.*/

/* Medium > Tablet */
@media (min-width: 641px) {
}

/* Large > Desktop */
@media (min-width: 1025px) {
}

/* Extra large > Desktop HD */
@media (min-width: 1441px) {
}
