8476300e by RSA

28823_chatbot_vuzo_link

1 parent 3706dacd
...@@ -27,10 +27,9 @@ code { ...@@ -27,10 +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;
34 position: absolute; 33 position: absolute;
35 } 34 }
36 35
...@@ -41,4 +40,23 @@ code { ...@@ -41,4 +40,23 @@ code {
41 .export-button-mobile { 40 .export-button-mobile {
42 display: flex !important; 41 display: flex !important;
43 } 42 }
43 }
44
45 @media screen and (max-height: 1024px) {
46 .vuzo_container {
47 margin: 130px auto !important;
48 position: inherit !important;
49 }
50 }
51 @media screen and (max-height: 900px) {
52 .vuzo_container {
53 margin: 130px auto !important;
54 position: inherit !important;
55 }
56 }
57 @media screen and (max-height: 720px) {
58 .vuzo_container {
59 margin: 10px auto !important;
60 position: inherit !important;
61 }
44 } 62 }
...\ 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!