Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 636661d commit 3ff9adbCopy full SHA for 3ff9adb
speakers.html
@@ -7,8 +7,12 @@
7
8
{% include top-section.html %}
9
10
-<div class="about">
11
- <a href="https://www.papercall.io/mendercon-2025" target="_blank" class="btn btn-primary btn-lg waves-effect waves-button waves-light waves-float">Become a speaker</a>
+<div id="about" class="about">
+ <div class="content-wrapper">
12
+ <div class="col-lg-10 col-lg-offset-1">
13
+ <a href="https://www.papercall.io/mendercon-2025" target="_blank" class="btn btn-primary btn-lg waves-effect waves-button waves-light waves-float">Become a speaker</a>
14
+ </div>
15
16
</div>
17
18
{% include speakers-list.html %}
0 commit comments