Fix for TC-1560 UI always zoomed out
[profile/ivi/Modello_SDL.git] / css / style.css
index 9bddf16..b352f71 100644 (file)
@@ -1,3 +1,9 @@
+@viewport{
+        width: 720px;
+        height: 1280px;
+        user-zoom: fixed;
+}
+
 /*carousel control*/
 
 .carousel {
 
 .artistNameTextMargin {
        margin-bottom: 5px;
-}
\ No newline at end of file
+}