Commit 974f423f authored by Protocole's avatar Protocole
Browse files

Fix Concept Button position

parent 5d8e97ce
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -12,8 +12,7 @@ Each jobs of the hub can be used unitary to create fully **customs pipelines.**
You can use them for any kind of software and deployment type. Each job can be
customized through configuration.

[I want to use the HUB  ![](images/rocket.png){: .heart}](/use-the-hub){: .md-button  .border-radius-10}

[I want to use the HUB  ![](images/rocket.png){: .heart}](/use-the-hub){: .md-button  .border-radius-10 .md-button-center}

## Overview

docs/js/extra.js

0 → 100644
+3 −0
Original line number Diff line number Diff line
var $buttons = document.getElementsByClassName("md-button-center");
for (let i = 0; i < $buttons.length; i++) 
    $buttons[i].parentNode.setAttribute("style", "text-align:center");   
 No newline at end of file
+1 −0
Original line number Diff line number Diff line
@@ -54,6 +54,7 @@ extra_css:
extra_javascript:
    - js/juxtapose.min.js
    - js/juxtapose.loader.min.js
    - js/extra.js

# Configuration
theme: