86215705 by Ryan

Merge branch '28823_chatbot_vuzo_link' into 'master'

28823_chatbot_vuzo_link

See merge request !87
2 parents 01079065 a606ac58
...@@ -27,9 +27,9 @@ code { ...@@ -27,9 +27,9 @@ code {
27 27
28 .vuzo_container { 28 .vuzo_container {
29 text-align: center; 29 text-align: center;
30 padding: 2px; 30 padding: 8px;
31 display: inline-flex; 31 display: inline-flex;
32 margin: 0 auto; 32 margin: 10px auto;
33 bottom: 0; 33 bottom: 0;
34 position: absolute; 34 position: absolute;
35 } 35 }
...@@ -42,3 +42,22 @@ code { ...@@ -42,3 +42,22 @@ code {
42 display: flex !important; 42 display: flex !important;
43 } 43 }
44 } 44 }
45
46 @media screen and (max-height: 1024px) {
47 .vuzo_container {
48 margin: 130px auto !important;
49 position: inherit !important;
50 }
51 }
52 @media screen and (max-height: 900px) {
53 .vuzo_container {
54 margin: 130px auto !important;
55 position: inherit !important;
56 }
57 }
58 @media screen and (max-height: 720px) {
59 .vuzo_container {
60 margin: 10px auto !important;
61 position: inherit !important;
62 }
63 }
...\ No newline at end of file ...\ No newline at end of file
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!