8476300e by RSA

28823_chatbot_vuzo_link

1 parent 3706dacd
......@@ -27,10 +27,9 @@ code {
.vuzo_container {
text-align: center;
padding: 2px;
padding: 8px;
display: inline-flex;
margin: 0 auto;
bottom: 0;
margin: 10px auto;
position: absolute;
}
......@@ -41,4 +40,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!