style nonmobile
This commit is contained in:
parent
af8c3420a1
commit
37ca1004df
1 changed files with 11 additions and 0 deletions
|
@ -18,6 +18,17 @@
|
|||
*/
|
||||
|
||||
|
||||
|
||||
/*per la pagina non mobile*/
|
||||
|
||||
.ui-mobile .ui-page-active {
|
||||
max-width: 1024px;
|
||||
margin: 0 50%;
|
||||
-moz-transform: translate(-50%,0%);
|
||||
-webkit-transform: translate(-50%,0%);
|
||||
transform: translate(-50%,0%);
|
||||
}
|
||||
|
||||
/*per tornare al menu*/
|
||||
|
||||
span.tomenu {
|
||||
|
|
Loading…
Reference in a new issue