Template changes

This commit is contained in:
Jeff Parsons 2016-12-01 22:01:05 -08:00 committed by Jeff Parsons
commit a5ed7aa593
2 changed files with 9 additions and 4 deletions

View file

@ -248,11 +248,16 @@
}
}
@media screen and (min-width: 1400px) {
.machine-left, .machine-right {
max-width: 45%;
@media screen and (min-width: 1200px) {
.machine-left {
max-width: 48%;
float: left;
}
.machine-right {
max-width: 48%;
float: left;
margin-left: 30px;
}
.machine-right + * {
clear: both;
}