blob: 228d394e764060630eac25b20c63e2c284cbdb77 [file] [log] [blame]
Matteo Scandoloe3de73d2015-12-04 10:14:40 -08001@media (min-width: 768px) {
2 #xosCeilometerDashboard {
3 position: absolute;
4 top: 100px;
Matteo Scandoloec8ad422015-12-04 15:55:20 -08005 left: 20%;
6 width: 80%;
Matteo Scandoloe3de73d2015-12-04 10:14:40 -08007 }
8}
9
10@media (min-width: 768px) {
11 #xosCeilometerDashboard {
Matteo Scandolod9e1c412015-12-15 14:37:27 -080012 margin: 10px
Matteo Scandoloe3de73d2015-12-04 10:14:40 -080013 }
14}