28823_chatbot_vuzo_link
Showing
1 changed file
with
5 additions
and
10 deletions
| ... | @@ -27,7 +27,7 @@ code { | ... | @@ -27,7 +27,7 @@ code { |
| 27 | 27 | ||
| 28 | .vuzo_container { | 28 | .vuzo_container { |
| 29 | text-align: center; | 29 | text-align: center; |
| 30 | padding: 8px; | 30 | padding: 5px; |
| 31 | display: inline-flex; | 31 | display: inline-flex; |
| 32 | margin: 10px auto; | 32 | margin: 10px auto; |
| 33 | bottom: 0; | 33 | bottom: 0; |
| ... | @@ -43,21 +43,16 @@ code { | ... | @@ -43,21 +43,16 @@ code { |
| 43 | } | 43 | } |
| 44 | } | 44 | } |
| 45 | 45 | ||
| 46 | @media screen and (max-height: 1024px) { | 46 | @media screen and (max-height: 768px) { |
| 47 | .vuzo_container { | 47 | .vuzo_container { |
| 48 | margin: 130px auto !important; | 48 | margin: 15px auto 0 !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; | 49 | position: inherit !important; |
| 56 | } | 50 | } |
| 57 | } | 51 | } |
| 52 | |||
| 58 | @media screen and (max-height: 720px) { | 53 | @media screen and (max-height: 720px) { |
| 59 | .vuzo_container { | 54 | .vuzo_container { |
| 60 | margin: 10px auto !important; | 55 | margin: 10px auto 0 !important; |
| 61 | position: inherit !important; | 56 | position: inherit !important; |
| 62 | } | 57 | } |
| 63 | } | 58 | } |
| ... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
-
Please register or sign in to post a comment