|
@@ -38,12 +38,10 @@ window.grendCAD = (function grendCAD() {
|
|
|
style.innerHTML = `
|
|
|
.cad {
|
|
|
position: absolute;
|
|
|
- right: 80px;
|
|
|
- top: 16px;
|
|
|
- width: 200px;
|
|
|
+ right: 0px;
|
|
|
+ top: 110px;
|
|
|
+ width: 300px;
|
|
|
height: 200px;
|
|
|
- background: rgba(0, 0, 0, .3);
|
|
|
- border-radius: 5px;
|
|
|
}
|
|
|
|
|
|
.cad > div {
|
|
@@ -53,13 +51,9 @@ window.grendCAD = (function grendCAD() {
|
|
|
|
|
|
@media only screen and (max-width: 600px) {
|
|
|
.cad {
|
|
|
- position: absolute;
|
|
|
- right: 15px;
|
|
|
- top: 50px;
|
|
|
- width: 100px;
|
|
|
- height: 100px;
|
|
|
- background: rgba(0, 0, 0, .3);
|
|
|
- border-radius: 5px;
|
|
|
+ top: 138px;
|
|
|
+ width: 210px;
|
|
|
+ height: 140px;
|
|
|
}
|
|
|
}
|
|
|
`
|