File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -229,7 +229,7 @@ body {
229
229
position : relative;
230
230
right : -1rem ;
231
231
color : var (--toolbar-muted-color );
232
- font-size : 0.8 em ;
232
+ font-size : calc ( 12 / var ( --rem-base ) * 1 rem ) ;
233
233
}
234
234
235
235
.navbar-divider {
Original file line number Diff line number Diff line change 46
46
<div class="navbar-item">Core</div>
47
47
--}}
48
48
<a class =" navbar-item" href =" {{{ relativize (resolvePageURL ' asciidoctor::index.adoc' )}}} " >Asciidoctor <small >Ruby</small ></a >
49
- <a class =" navbar-item" href =" {{{ relativize (resolvePageURL ' asciidoctor.js::index.adoc' )}}} " >Asciidoctor.js <small >JS </small ></a >
49
+ <a class =" navbar-item" href =" {{{ relativize (resolvePageURL ' asciidoctor.js::index.adoc' )}}} " >Asciidoctor.js <small >JavaScript </small ></a >
50
50
<a class =" navbar-item" href =" {{{ relativize (resolvePageURL ' asciidoctorj::index.adoc' )}}} " >AsciidoctorJ <small >Java</small ></a >
51
51
<hr class =" navbar-divider" >
52
52
<div class =" navbar-item" >Extended Converters</div >
53
53
{{!--
54
54
<a class="navbar-item" href="{{{relativize (resolvePageURL 'pdf-converter::index.adoc')}}}">PDF</a>
55
55
<a class="navbar-item" href="{{{relativize (resolvePageURL 'epub3-converter::index.adoc')}}}">EPUB3</a>
56
56
--}}
57
- <a class =" navbar-item" href =" {{{ relativize (resolvePageURL ' reveal.js-converter::index.adoc' )}}} " >reveal.js <small >Ruby, JS </small ></a >
57
+ <a class =" navbar-item" href =" {{{ relativize (resolvePageURL ' reveal.js-converter::index.adoc' )}}} " >reveal.js <small >Ruby, JavaScript </small ></a >
58
58
</div >
59
59
</div >
60
60
<div class =" navbar-item has-dropdown is-hoverable" >
You can’t perform that action at this time.
0 commit comments