Browse Source

Simplify

customisations
alemart 8 months ago
parent
commit
efa9bc5ea4
2 changed files with 3 additions and 6 deletions
  1. 2
    5
      docs_overrides/main.html
  2. 1
    1
      docs_overrides/style/extra.css

+ 2
- 5
docs_overrides/main.html View File

28
 </button>
28
 </button>
29
 <section id="support-widget" class="md-typeset invisible">
29
 <section id="support-widget" class="md-typeset invisible">
30
     <h4>Technical support</h4>
30
     <h4>Technical support</h4>
31
-    <p>You can request technical help at <a class="support-link"></a></p>
32
-    <ul>
33
-        <li>Get expert guidance on how to create your AR experience with encantar.js</li>
34
-        <li>Ask technical questions</li>
35
-    </ul>
31
+    <p>You can get expert guidance on WebAR with encantar.js by contacting <a href="#" class="support-link" id="technical-support-widget" data-goatcounter-click></a>.</p>
32
+    <p><small>I speak English and Portuguese. Falo Inglês e Português.</small></p>
36
 </section>
33
 </section>
37
 <script>
34
 <script>
38
 document.addEventListener('DOMContentLoaded', function() {
35
 document.addEventListener('DOMContentLoaded', function() {

+ 1
- 1
docs_overrides/style/extra.css View File

34
     bottom: 80px;
34
     bottom: 80px;
35
     right: 16px;
35
     right: 16px;
36
     padding: 0 12px;
36
     padding: 0 12px;
37
-    width: 256px;
37
+    width: 300px;
38
     font-size: 0.8rem;
38
     font-size: 0.8rem;
39
     color: var(--md-default-fg-color);
39
     color: var(--md-default-fg-color);
40
     background-color: var(--md-primary-bg-color);
40
     background-color: var(--md-primary-bg-color);

Loading…
Cancel
Save