We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 745746f commit 6d0d7a3Copy full SHA for 6d0d7a3
com_swjprojects/site/tmpl/document/default.php
@@ -61,8 +61,8 @@
61
<div class="col-lg-3 mb-3">
62
<div class="card">
63
<nav class="navbar navbar-expand-lg">
64
- <div class="container-fluid">
65
- <h2 class="d-lg-none"><?php echo Text::_('COM_SWJPROJECTS_DOCUMENTATION_TOC'); ?></h2>
+ <div class="container-fluid d-flex flex-lg-column align-items-start">
+ <h2 class="h5 ms-3"><?php echo Text::_('COM_SWJPROJECTS_DOCUMENTATION_TOC'); ?></h2>
66
<button class="navbar-toggler" type="button" data-bs-toggle="collapse"
67
data-bs-target="#navbaDocumentationTableOfContents" aria-controls="navbarDocumentationTableOfContents"
68
aria-expanded="false" aria-label="Toggle navigation">
0 commit comments