Template changes
This commit is contained in:
parent
1f3e37ccd8
commit
a5ed7aa593
2 changed files with 9 additions and 4 deletions
|
|
@ -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 {
|
||||||
|
|
|
||||||
|
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue