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 {
.vuzo_container {
text-align: center;
padding: 2px;
padding: 8px;
display: inline-flex;
margin: 0 auto;
margin: 10px auto;
bottom: 0;
position: absolute;
}
......@@ -41,4 +41,23 @@ code {
.export-button-mobile {
display: flex !important;
}
}
@media screen and (max-height: 1024px) {
.vuzo_container {
margin: 130px auto !important;
position: inherit !important;
}
}
@media screen and (max-height: 900px) {
.vuzo_container {
margin: 130px auto !important;
position: inherit !important;
}
}
@media screen and (max-height: 720px) {
.vuzo_container {
margin: 10px auto !important;
position: inherit !important;
}
}
\ 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!