4ab6686e by Ryan

Merge branch '28823_chatbot_vuzo_link' into 'master'

28823_chatbot_vuzo_link

See merge request !88
2 parents 86215705 35b762b2
......@@ -27,7 +27,7 @@ code {
.vuzo_container {
text-align: center;
padding: 8px;
padding: 5px;
display: inline-flex;
margin: 10px auto;
bottom: 0;
......@@ -43,21 +43,16 @@ code {
}
}
@media screen and (max-height: 1024px) {
@media screen and (max-height: 768px) {
.vuzo_container {
margin: 130px auto !important;
position: inherit !important;
}
}
@media screen and (max-height: 900px) {
.vuzo_container {
margin: 130px auto !important;
margin: 15px auto 0 !important;
position: inherit !important;
}
}
@media screen and (max-height: 720px) {
.vuzo_container {
margin: 10px auto !important;
margin: 10px auto 0 !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!