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;
|
||||
}
|
||||
.machine {
|
||||
margin: 15px;
|
||||
/*margin: 15px;*/
|
||||
overflow: hidden;
|
||||
}
|
||||
.c1pjs {
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue