parent
24fed1cfb1
commit
7c3bcad24b
16
funzioni.php
16
funzioni.php
|
@ -83,9 +83,7 @@ function generacssmodal (){
|
||||||
text-align:center;
|
text-align:center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@media only screen and (max-width: 600px) {
|
@media only screen and (max-width: 600px) {
|
||||||
|
|
||||||
canvas {
|
canvas {
|
||||||
margin-top:50px;
|
margin-top:50px;
|
||||||
}
|
}
|
||||||
|
@ -120,11 +118,21 @@ margin-top:15px;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media only screen and (max-width: 600px) {
|
||||||
|
.menu-modal-content {
|
||||||
|
width:100%;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
@media only screen and (min-width: 600px) {
|
||||||
|
.menu-modal-content {
|
||||||
|
width:80%;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
/* Contenuto modal */
|
/* Contenuto modal */
|
||||||
.menu-modal-content {
|
.menu-modal-content {
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
width: 80%;
|
|
||||||
|
|
||||||
height: 100%;
|
height: 100%;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue