add lisp packages

This commit is contained in:
2020-12-05 21:29:49 +01:00
parent 85e20365ae
commit a6e2395755
7272 changed files with 1363243 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
device-height The physical height of the device's screen.\n Ex: width=device-width, initial-scale=1.0
device-width "The physical width of the device's screen."\n Ex: width=device-width, initial-scale=1.0
height The height of the "virtual viewport" of the device.
initial-scale The initial zoom when visiting the page. 1.0 does not zoom.\n Ex: width=device-width, initial-scale=1.0
maximum-scale The maximum amount the visitor can zoom on the page. 1.0 does not zoom.\n Ex: width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no
minimum-scale The minimum amount the visitor can zoom on the page. 1.0 does not zoom.\n Ex: width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no
user-scalable Allows the device to zoom in and out. Values are yes or no.\n Ex: width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no
width The width of the virtual viewport of the device.\n Ex: width=device-width, initial-scale=1.0