diff --git a/examples/example.template.html b/examples/example.template.html index ed1437bf..45c86ae8 100644 --- a/examples/example.template.html +++ b/examples/example.template.html @@ -20,19 +20,24 @@ .verticalLine { width: 0.5px; + background-color: lightgray; } - body { - font-family: Arial, sans-serif; - background-color: #f4f4f9; - color: #333; + .split-container { + display: flex; + align-items: stretch; + justify-content: center; + width: 90%; + margin: auto; } - label { - display: block; - font-size: 14px; - margin-bottom: 6px; - font-weight: bold; + .container { + width: 45%; + margin: 10px; + padding: 15px; + background: #fff; + border-radius: 5px; + box-sizing: border-box; } .apiInput { @@ -52,8 +57,27 @@ box-shadow: 0 0 5px rgba(0, 123, 255, 0.5); } - .row { - margin-bottom: 30px; + @media (max-width: 768px) { + .split-container { + flex-direction: column; + } + + .container { + width: 100%; + margin: 10px 0; + } + + .verticalLine { + display: none; + } + + .api-info { + order: -1; + } + + .api-methods { + order: 1; + } } #configButtons { @@ -189,79 +213,72 @@
Reading session from .init()...-
Click a button!-
Click a button!-
Reading session from .init()...+
Click a button!+
Click a button!