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

@ -73,7 +73,7 @@ pre a, code a {
font-size: 15px; font-size: 15px;
} }
.machine { .machine {
margin: 15px; /*margin: 15px;*/
overflow: hidden; overflow: hidden;
} }
.c1pjs { .c1pjs {

View file

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